Html Css Color HEX #EED008 Tangerine Yellow

📋 copy color: '#EED008'

red 238 ◦ green 208 ◦ blue 8

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

Shades of Tangerine Yellow #EED008

Tints of Tangerine Yellow #EED008

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.81%

 BLUE value IS 8 (3.52% from 255) = 1.76%

R = 52.42%
G = 45.81%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EED008 (or 0xEED008) is known color: Tangerine Yellow. HEX triplet: EE, D0 and 08. RGB value is (238,208,8). Sum of RGB (Red+Green+Blue) = 238+208+8=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 8 (3.52% from 255 or 1.76% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EED008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED008 is #112FF7. Grayscale: #C3C3C3. Windows color (decimal): -1126392 or 577774. OLE color: 577774.

HSL color Cylindrical-coordinate representation of color #EED008: hue angle of 52.17º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EED008 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 208 8 -
CMYK 0 0.13 0.97 0.07
HSL 52.17º 0.93% 0.48% -
HSV(B) 52.17º 0.97% 0.93% -
XYZ 57.86 63.31 9.4 -
YUV 194.17 22.94 159.26 -
System Red Green Blue C M Y K H S L
Decimal 238 208 8 0 0.13 0.97 0.07 52.17 0.93 0.48
Hex EE D0 8 0 D 61 7 34 5D 30
Octal 356 320 10 0 15 141 7 64 135 60
Binary 11101110 11010000 1000 0 1101 1100001 111 110100 1011101 110000

Color Harmonies of #EED008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED008

Black with #EED008

Text Example


Text Example

White with #EED008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED008; }

 p { color: rgb(238,208,8); }

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

background-color css

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

 a { background-color: rgb(238,208,8); }

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

border-color css

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

 span { border-color: rgb(238,208,8); }

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