Html Css Color HEX #EEB015 Dark Tangerine

📋 copy color: '#EEB015'

red 238 ◦ green 176 ◦ blue 21

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

Shades of Dark Tangerine #EEB015

Tints of Dark Tangerine #EEB015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.83%

R = 54.71%
G = 40.46%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EEB015 (or 0xEEB015) is known color: Dark Tangerine. HEX triplet: EE, B0 and 15. RGB value is (238,176,21). Sum of RGB (Red+Green+Blue) = 238+176+21=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 21 (8.59% from 255 or 4.83% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB015 is #114FEA. Grayscale: #B1B1B1. Windows color (decimal): -1134571 or 1421550. OLE color: 1421550.

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

Color convert

RGB 238 176 21 -
CMYK 0 0.26 0.91 0.07
HSL 42.86º 0.86% 0.51% -
HSV(B) 42.86º 0.91% 0.93% -
XYZ 50.92 49.28 7.54 -
YUV 176.87 40.04 171.6 -
System Red Green Blue C M Y K H S L
Decimal 238 176 21 0 0.26 0.91 0.07 42.86 0.86 0.51
Hex EE B0 15 0 1A 5B 7 2B 56 33
Octal 356 260 25 0 32 133 7 53 126 63
Binary 11101110 10110000 10101 0 11010 1011011 111 101011 1010110 110011

Color Harmonies of #EEB015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB015

Black with #EEB015

Text Example


Text Example

White with #EEB015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB015; }

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

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

background-color css

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

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

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

border-color css

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

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

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