Html Css Color HEX #EECD0A Tangerine Yellow

📋 copy color: '#EECD0A'

red 238 ◦ green 205 ◦ blue 10

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

Shades of Tangerine Yellow #EECD0A

Tints of Tangerine Yellow #EECD0A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.25%

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

R = 52.54%
G = 45.25%
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

#EECD0A (or 0xEECD0A) is known color: Tangerine Yellow. HEX triplet: EE, CD and 0A. RGB value is (238,205,10). Sum of RGB (Red+Green+Blue) = 238+205+10=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 10 (4.30% from 255 or 2.21% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECD0A is #1132F5. Grayscale: #C1C1C1. Windows color (decimal): -1127158 or 708078. OLE color: 708078.

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

Color convert

RGB 238 205 10 -
CMYK 0 0.14 0.96 0.07
HSL 51.32º 0.92% 0.49% -
HSV(B) 51.32º 0.96% 0.93% -
XYZ 57.15 61.86 9.22 -
YUV 192.64 24.93 160.36 -
System Red Green Blue C M Y K H S L
Decimal 238 205 10 0 0.14 0.96 0.07 51.32 0.92 0.49
Hex EE CD A 0 E 60 7 33 5C 31
Octal 356 315 12 0 16 140 7 63 134 61
Binary 11101110 11001101 1010 0 1110 1100000 111 110011 1011100 110001

Color Harmonies of #EECD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECD0A

Black with #EECD0A

Text Example


Text Example

White with #EECD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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