Html Css Color HEX #EED003 Tangerine Yellow

📋 copy color: '#EED003'

red 238 ◦ green 208 ◦ blue 3

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

Shades of Tangerine Yellow #EED003

Tints of Tangerine Yellow #EED003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 53.01%
G = 46.33%
B = 0.67%

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

#EED003 (or 0xEED003) is known color: Tangerine Yellow. HEX triplet: EE, D0 and 03. RGB value is (238,208,3). Sum of RGB (Red+Green+Blue) = 238+208+3=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 3 (1.56% from 255 or 0.67% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EED003 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED003 is #112FFC. Grayscale: #C2C2C2. Windows color (decimal): -1126397 or 250094. OLE color: 250094.

HSL color Cylindrical-coordinate representation of color #EED003: hue angle of 52.34º 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 #EED003 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

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

Color Harmonies of #EED003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED003

Black with #EED003

Text Example


Text Example

White with #EED003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED003; }

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

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

background-color css

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

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

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

border-color css

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

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

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