Html Css Color HEX #EACE00 Tangerine Yellow

📋 copy color: '#EACE00'

red 234 ◦ green 206 ◦ blue 0

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

Shades of Tangerine Yellow #EACE00

Tints of Tangerine Yellow #EACE00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.18%
G = 46.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EACE00 (or 0xEACE00) is known color: Tangerine Yellow. HEX triplet: EA, CE and 00. RGB value is (234,206,0). Sum of RGB (Red+Green+Blue) = 234+206+0=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACE00 is #1531FF. Grayscale: #BFBFBF. Windows color (decimal): -1389056 or 52970. OLE color: 52970.

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

Color convert

RGB 234 206 0 -
CMYK 0 0.12 1 0.08
HSL 52.82º 1% 0.46% -
HSV(B) 52.82º 1% 0.92% -
XYZ 56 61.64 8.95 -
YUV 190.89 20.28 158.75 -
System Red Green Blue C M Y K H S L
Decimal 234 206 0 0 0.12 1 0.08 52.82 1 0.46
Hex EA CE 0 0 C 64 8 35 64 2E
Octal 352 316 0 0 14 144 10 65 144 56
Binary 11101010 11001110 0 0 1100 1100100 1000 110101 1100100 101110

Color Harmonies of #EACE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACE00

Black with #EACE00

Text Example


Text Example

White with #EACE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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