Html Css Color HEX #EEB20D Dark Tangerine

📋 copy color: '#EEB20D'

red 238 ◦ green 178 ◦ blue 13

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

Shades of Dark Tangerine #EEB20D

Tints of Dark Tangerine #EEB20D

RGB

 RED value IS 238 (93.36% from 255) = 55.48%

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

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

R = 55.48%
G = 41.49%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEB20D (or 0xEEB20D) is known color: Dark Tangerine. HEX triplet: EE, B2 and 0D. RGB value is (238,178,13). Sum of RGB (Red+Green+Blue) = 238+178+13=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB20D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB20D is #114DF2. Grayscale: #B1B1B1. Windows color (decimal): -1134067 or 897774. OLE color: 897774.

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

Color convert

RGB 238 178 13 -
CMYK 0 0.25 0.95 0.07
HSL 44º 0.9% 0.49% -
HSV(B) 44º 0.95% 0.93% -
XYZ 51.25 50.05 7.34 -
YUV 177.13 35.38 171.42 -
System Red Green Blue C M Y K H S L
Decimal 238 178 13 0 0.25 0.95 0.07 44 0.9 0.49
Hex EE B2 D 0 19 5F 7 2C 5A 31
Octal 356 262 15 0 31 137 7 54 132 61
Binary 11101110 10110010 1101 0 11001 1011111 111 101100 1011010 110001

Color Harmonies of #EEB20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB20D

Black with #EEB20D

Text Example


Text Example

White with #EEB20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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