Html Css Color HEX #EACD04 Tangerine Yellow

📋 copy color: '#EACD04'

red 234 ◦ green 205 ◦ blue 4

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

Shades of Tangerine Yellow #EACD04

Tints of Tangerine Yellow #EACD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.9%

R = 52.82%
G = 46.28%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EACD04 (or 0xEACD04) is known color: Tangerine Yellow. HEX triplet: EA, CD and 04. RGB value is (234,205,4). Sum of RGB (Red+Green+Blue) = 234+205+4=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 4 (1.95% from 255 or 0.90% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACD04 is #1532FB. Grayscale: #BFBFBF. Windows color (decimal): -1389308 or 314858. OLE color: 314858.

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

Color convert

RGB 234 205 4 -
CMYK 0 0.12 0.98 0.08
HSL 52.43º 0.97% 0.47% -
HSV(B) 52.43º 0.98% 0.92% -
XYZ 55.78 61.16 8.98 -
YUV 190.76 22.61 158.84 -
System Red Green Blue C M Y K H S L
Decimal 234 205 4 0 0.12 0.98 0.08 52.43 0.97 0.47
Hex EA CD 4 0 C 62 8 34 61 2F
Octal 352 315 4 0 14 142 10 64 141 57
Binary 11101010 11001101 100 0 1100 1100010 1000 110100 1100001 101111

Color Harmonies of #EACD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD04

Black with #EACD04

Text Example


Text Example

White with #EACD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD04; }

 p { color: rgb(234,205,4); }

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

background-color css

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

 a { background-color: rgb(234,205,4); }

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

border-color css

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

 span { border-color: rgb(234,205,4); }

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