Html Css Color HEX #EACD00 Tangerine Yellow

📋 copy color: '#EACD00'

red 234 ◦ green 205 ◦ blue 0

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

Shades of Tangerine Yellow #EACD00

Tints of Tangerine Yellow #EACD00

RGB

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

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

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

R = 53.3%
G = 46.7%
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

#EACD00 (or 0xEACD00) is known color: Tangerine Yellow. HEX triplet: EA, CD and 00. RGB value is (234,205,0). Sum of RGB (Red+Green+Blue) = 234+205+0=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACD00 is #1532FF. Grayscale: #BFBFBF. Windows color (decimal): -1389312 or 52714. OLE color: 52714.

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

Color convert

RGB 234 205 0 -
CMYK 0 0.12 1 0.08
HSL 52.56º 1% 0.46% -
HSV(B) 52.56º 1% 0.92% -
XYZ 55.76 61.16 8.87 -
YUV 190.3 20.61 159.17 -
System Red Green Blue C M Y K H S L
Decimal 234 205 0 0 0.12 1 0.08 52.56 1 0.46
Hex EA CD 0 0 C 64 8 35 64 2E
Octal 352 315 0 0 14 144 10 65 144 56
Binary 11101010 11001101 0 0 1100 1100100 1000 110101 1100100 101110

Color Harmonies of #EACD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD00

Black with #EACD00

Text Example


Text Example

White with #EACD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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