Html Css Color HEX #EEB014 Dark Tangerine

📋 copy color: '#EEB014'

red 238 ◦ green 176 ◦ blue 20

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

Shades of Dark Tangerine #EEB014

Tints of Dark Tangerine #EEB014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.61%

R = 54.84%
G = 40.55%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EEB014 (or 0xEEB014) is known color: Dark Tangerine. HEX triplet: EE, B0 and 14. RGB value is (238,176,20). Sum of RGB (Red+Green+Blue) = 238+176+20=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB014 is #114FEB. Grayscale: #B1B1B1. Windows color (decimal): -1134572 or 1356014. OLE color: 1356014.

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

Color convert

RGB 238 176 20 -
CMYK 0 0.26 0.92 0.07
HSL 42.94º 0.87% 0.51% -
HSV(B) 42.94º 0.92% 0.93% -
XYZ 50.91 49.28 7.49 -
YUV 176.75 39.54 171.68 -
System Red Green Blue C M Y K H S L
Decimal 238 176 20 0 0.26 0.92 0.07 42.94 0.87 0.51
Hex EE B0 14 0 1A 5C 7 2B 57 33
Octal 356 260 24 0 32 134 7 53 127 63
Binary 11101110 10110000 10100 0 11010 1011100 111 101011 1010111 110011

Color Harmonies of #EEB014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB014

Black with #EEB014

Text Example


Text Example

White with #EEB014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB014; }

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

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

background-color css

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

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

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

border-color css

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

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

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