Html Css Color HEX #EED00C Tangerine Yellow

📋 copy color: '#EED00C'

red 238 ◦ green 208 ◦ blue 12

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

Shades of Tangerine Yellow #EED00C

Tints of Tangerine Yellow #EED00C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.62%

R = 51.97%
G = 45.41%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EED00C (or 0xEED00C) is known color: Tangerine Yellow. HEX triplet: EE, D0 and 0C. RGB value is (238,208,12). Sum of RGB (Red+Green+Blue) = 238+208+12=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 12 (5.08% from 255 or 2.62% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EED00C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED00C is #112FF3. Grayscale: #C3C3C3. Windows color (decimal): -1126388 or 839918. OLE color: 839918.

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

Color convert

RGB 238 208 12 -
CMYK 0 0.13 0.95 0.07
HSL 52.04º 0.9% 0.49% -
HSV(B) 52.04º 0.95% 0.93% -
XYZ 57.88 63.32 9.52 -
YUV 194.63 24.94 158.94 -
System Red Green Blue C M Y K H S L
Decimal 238 208 12 0 0.13 0.95 0.07 52.04 0.9 0.49
Hex EE D0 C 0 D 5F 7 34 5A 31
Octal 356 320 14 0 15 137 7 64 132 61
Binary 11101110 11010000 1100 0 1101 1011111 111 110100 1011010 110001

Color Harmonies of #EED00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED00C

Black with #EED00C

Text Example


Text Example

White with #EED00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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