Html Css Color HEX #EECC0A Tangerine Yellow

📋 copy color: '#EECC0A'

red 238 ◦ green 204 ◦ blue 10

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

Shades of Tangerine Yellow #EECC0A

Tints of Tangerine Yellow #EECC0A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.13%

 BLUE value IS 10 (4.3% from 255) = 2.21%

R = 52.65%
G = 45.13%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EECC0A (or 0xEECC0A) is known color: Tangerine Yellow. HEX triplet: EE, CC and 0A. RGB value is (238,204,10). Sum of RGB (Red+Green+Blue) = 238+204+10=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 10 (4.30% from 255 or 2.21% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECC0A is #1133F5. Grayscale: #C0C0C0. Windows color (decimal): -1127414 or 707822. OLE color: 707822.

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

Color convert

RGB 238 204 10 -
CMYK 0 0.14 0.96 0.07
HSL 51.05º 0.92% 0.49% -
HSV(B) 51.05º 0.96% 0.93% -
XYZ 56.91 61.38 9.14 -
YUV 192.05 25.26 160.77 -
System Red Green Blue C M Y K H S L
Decimal 238 204 10 0 0.14 0.96 0.07 51.05 0.92 0.49
Hex EE CC A 0 E 60 7 33 5C 31
Octal 356 314 12 0 16 140 7 63 134 61
Binary 11101110 11001100 1010 0 1110 1100000 111 110011 1011100 110001

Color Harmonies of #EECC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECC0A

Black with #EECC0A

Text Example


Text Example

White with #EECC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECC0A; }

 p { color: rgb(238,204,10); }

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

background-color css

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

 a { background-color: rgb(238,204,10); }

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

border-color css

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

 span { border-color: rgb(238,204,10); }

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