Html Css Color HEX #EACE0A Tangerine Yellow

📋 copy color: '#EACE0A'

red 234 ◦ green 206 ◦ blue 10

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

Shades of Tangerine Yellow #EACE0A

Tints of Tangerine Yellow #EACE0A

RGB

 RED value IS 234 (91.8% from 255) = 52%

 GREEN value IS 206 (80.86% from 255) = 45.78%

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

R = 52%
G = 45.78%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EACE0A (or 0xEACE0A) is known color: Tangerine Yellow. HEX triplet: EA, CE and 0A. RGB value is (234,206,10). Sum of RGB (Red+Green+Blue) = 234+206+10=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 10 (4.30% from 255 or 2.22% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACE0A is #1531F5. Grayscale: #C0C0C0. Windows color (decimal): -1389046 or 708330. OLE color: 708330.

HSL color Cylindrical-coordinate representation of color #EACE0A: hue angle of 52.5º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EACE0A is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 206 10 -
CMYK 0 0.12 0.96 0.08
HSL 52.5º 0.92% 0.48% -
HSV(B) 52.5º 0.96% 0.92% -
XYZ 56.06 61.66 9.23 -
YUV 192.03 25.28 157.94 -
System Red Green Blue C M Y K H S L
Decimal 234 206 10 0 0.12 0.96 0.08 52.5 0.92 0.48
Hex EA CE A 0 C 60 8 34 5C 30
Octal 352 316 12 0 14 140 10 64 134 60
Binary 11101010 11001110 1010 0 1100 1100000 1000 110100 1011100 110000

Color Harmonies of #EACE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACE0A

Black with #EACE0A

Text Example


Text Example

White with #EACE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACE0A; }

 p { color: rgb(234,206,10); }

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

background-color css

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

 a { background-color: rgb(234,206,10); }

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

border-color css

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

 span { border-color: rgb(234,206,10); }

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