Html Css Color HEX #EED002 Tangerine Yellow

📋 copy color: '#EED002'

red 238 ◦ green 208 ◦ blue 2

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

Shades of Tangerine Yellow #EED002

Tints of Tangerine Yellow #EED002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 53.13%
G = 46.43%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EED002 (or 0xEED002) is known color: Tangerine Yellow. HEX triplet: EE, D0 and 02. RGB value is (238,208,2). Sum of RGB (Red+Green+Blue) = 238+208+2=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 2 (1.17% from 255 or 0.45% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EED002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED002 is #112FFD. Grayscale: #C2C2C2. Windows color (decimal): -1126398 or 184558. OLE color: 184558.

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

Color convert

RGB 238 208 2 -
CMYK 0 0.13 0.99 0.07
HSL 52.37º 0.98% 0.47% -
HSV(B) 52.37º 0.99% 0.93% -
XYZ 57.83 63.29 9.23 -
YUV 193.49 19.94 159.75 -
System Red Green Blue C M Y K H S L
Decimal 238 208 2 0 0.13 0.99 0.07 52.37 0.98 0.47
Hex EE D0 2 0 D 63 7 34 62 2F
Octal 356 320 2 0 15 143 7 64 142 57
Binary 11101110 11010000 10 0 1101 1100011 111 110100 1100010 101111

Color Harmonies of #EED002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED002

Black with #EED002

Text Example


Text Example

White with #EED002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED002; }

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

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

background-color css

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

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

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

border-color css

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

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

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