Html Css Color HEX #EFB20D Dark Tangerine

📋 copy color: '#EFB20D'

red 239 ◦ green 178 ◦ blue 13

#EFB20D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Tangerine #EFB20D

Tints of Dark Tangerine #EFB20D

RGB

 RED value IS 239 (93.75% from 255) = 55.58%

 GREEN value IS 178 (69.92% from 255) = 41.4%

 BLUE value IS 13 (5.47% from 255) = 3.02%

R = 55.58%
G = 41.4%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFB20D (or 0xEFB20D) is known color: Dark Tangerine. HEX triplet: EF, B2 and 0D. RGB value is (239,178,13). Sum of RGB (Red+Green+Blue) = 239+178+13=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 13 (5.47% from 255 or 3.02% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB20D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB20D is #104DF2. Grayscale: #B2B2B2. Windows color (decimal): -1068531 or 897775. OLE color: 897775.

HSL color Cylindrical-coordinate representation of color #EFB20D: hue angle of 43.81º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFB20D is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 178 13 -
CMYK 0 0.26 0.95 0.06
HSL 43.81º 0.9% 0.49% -
HSV(B) 43.81º 0.95% 0.94% -
XYZ 51.59 50.22 7.36 -
YUV 177.43 35.21 171.92 -
System Red Green Blue C M Y K H S L
Decimal 239 178 13 0 0.26 0.95 0.06 43.81 0.9 0.49
Hex EF B2 D 0 1A 5F 6 2C 5A 31
Octal 357 262 15 0 32 137 6 54 132 61
Binary 11101111 10110010 1101 0 11010 1011111 110 101100 1011010 110001

Color Harmonies of #EFB20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB20D

Black with #EFB20D

Text Example


Text Example

White with #EFB20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB20D; }

 p { color: rgb(239,178,13); }

 H1.HeaderClassName
 {
   color: #EFB20D;
 }
 .AnyTagClassName
 {
   color: #EFB20D;
 }
</style>

background-color css

<style>
 a { background-color: #EFB20D; }

 a { background-color: rgb(239,178,13); }

 div.DivClassName
 {
   background-color: #EFB20D;
 }
 .BgClassName
 {
   background-color: #EFB20D;
 }
</style>

border-color css

<style>
 span { border-color: #EFB20D; }

 span { border-color: rgb(239,178,13); }

 td.TdClassName
 {
   border-color: #EFB20D;
 }
 .TagClassName
 {
   border-color: #EFB20D;
 }
</style>