Html Css Color HEX #EACC01 Tangerine Yellow

📋 copy color: '#EACC01'

red 234 ◦ green 204 ◦ blue 1

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

Shades of Tangerine Yellow #EACC01

Tints of Tangerine Yellow #EACC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 53.3%
G = 46.47%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EACC01 (or 0xEACC01) is known color: Tangerine Yellow. HEX triplet: EA, CC and 01. RGB value is (234,204,1). Sum of RGB (Red+Green+Blue) = 234+204+1=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 1 (0.78% from 255 or 0.23% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACC01 is #1533FE. Grayscale: #BEBEBE. Windows color (decimal): -1389567 or 117994. OLE color: 117994.

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

Color convert

RGB 234 204 1 -
CMYK 0 0.13 1.00 0.08
HSL 52.27º 0.99% 0.46% -
HSV(B) 52.27º 1% 0.92% -
XYZ 55.53 60.68 8.81 -
YUV 189.83 21.44 159.51 -
System Red Green Blue C M Y K H S L
Decimal 234 204 1 0 0.13 1.00 0.08 52.27 0.99 0.46
Hex EA CC 1 0 D 64 8 34 63 2E
Octal 352 314 1 0 15 144 10 64 143 56
Binary 11101010 11001100 1 0 1101 1100100 1000 110100 1100011 101110

Color Harmonies of #EACC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC01

Black with #EACC01

Text Example


Text Example

White with #EACC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC01; }

 p { color: rgb(234,204,1); }

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

background-color css

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

 a { background-color: rgb(234,204,1); }

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

border-color css

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

 span { border-color: rgb(234,204,1); }

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