Html Css Color HEX #EEB00F Dark Tangerine

📋 copy color: '#EEB00F'

red 238 ◦ green 176 ◦ blue 15

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

Shades of Dark Tangerine #EEB00F

Tints of Dark Tangerine #EEB00F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.03%

 BLUE value IS 15 (6.25% from 255) = 3.5%

R = 55.48%
G = 41.03%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EEB00F (or 0xEEB00F) is known color: Dark Tangerine. HEX triplet: EE, B0 and 0F. RGB value is (238,176,15). Sum of RGB (Red+Green+Blue) = 238+176+15=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB00F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB00F is #114FF0. Grayscale: #B0B0B0. Windows color (decimal): -1134577 or 1028334. OLE color: 1028334.

HSL color Cylindrical-coordinate representation of color #EEB00F: hue angle of 43.32º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEB00F is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 176 15 -
CMYK 0 0.26 0.94 0.07
HSL 43.32º 0.88% 0.5% -
HSV(B) 43.32º 0.94% 0.93% -
XYZ 50.87 49.26 7.28 -
YUV 176.18 37.04 172.09 -
System Red Green Blue C M Y K H S L
Decimal 238 176 15 0 0.26 0.94 0.07 43.32 0.88 0.5
Hex EE B0 F 0 1A 5E 7 2B 58 32
Octal 356 260 17 0 32 136 7 53 130 62
Binary 11101110 10110000 1111 0 11010 1011110 111 101011 1011000 110010

Color Harmonies of #EEB00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB00F

Black with #EEB00F

Text Example


Text Example

White with #EEB00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB00F; }

 p { color: rgb(238,176,15); }

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

background-color css

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

 a { background-color: rgb(238,176,15); }

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

border-color css

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

 span { border-color: rgb(238,176,15); }

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