Html Css Color HEX #EACE01 Tangerine Yellow

📋 copy color: '#EACE01'

red 234 ◦ green 206 ◦ blue 1

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

Shades of Tangerine Yellow #EACE01

Tints of Tangerine Yellow #EACE01

RGB

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

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

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

R = 53.06%
G = 46.71%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EACE01 (or 0xEACE01) is known color: Tangerine Yellow. HEX triplet: EA, CE and 01. RGB value is (234,206,1). Sum of RGB (Red+Green+Blue) = 234+206+1=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 1 (0.78% from 255 or 0.23% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACE01 is #1531FE. Grayscale: #BFBFBF. Windows color (decimal): -1389055 or 118506. OLE color: 118506.

HSL color Cylindrical-coordinate representation of color #EACE01: hue angle of 52.79º 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 #EACE01 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 206 1 -
CMYK 0 0.12 1.00 0.08
HSL 52.79º 0.99% 0.46% -
HSV(B) 52.79º 1% 0.92% -
XYZ 56.01 61.64 8.97 -
YUV 191 20.78 158.67 -
System Red Green Blue C M Y K H S L
Decimal 234 206 1 0 0.12 1.00 0.08 52.79 0.99 0.46
Hex EA CE 1 0 C 64 8 35 63 2E
Octal 352 316 1 0 14 144 10 65 143 56
Binary 11101010 11001110 1 0 1100 1100100 1000 110101 1100011 101110

Color Harmonies of #EACE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACE01

Black with #EACE01

Text Example


Text Example

White with #EACE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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