Html Css Color HEX #EACF00 Tangerine Yellow

📋 copy color: '#EACF00'

red 234 ◦ green 207 ◦ blue 0

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

Shades of Tangerine Yellow #EACF00

Tints of Tangerine Yellow #EACF00

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.94%

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

R = 53.06%
G = 46.94%
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

#EACF00 (or 0xEACF00) is known color: Tangerine Yellow. HEX triplet: EA, CF and 00. RGB value is (234,207,0). Sum of RGB (Red+Green+Blue) = 234+207+0=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACF00 is #1530FF. Grayscale: #C0C0C0. Windows color (decimal): -1388800 or 53226. OLE color: 53226.

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

Color convert

RGB 234 207 0 -
CMYK 0 0.12 1 0.08
HSL 53.08º 1% 0.46% -
HSV(B) 53.08º 1% 0.92% -
XYZ 56.24 62.12 9.03 -
YUV 191.48 19.95 158.33 -
System Red Green Blue C M Y K H S L
Decimal 234 207 0 0 0.12 1 0.08 53.08 1 0.46
Hex EA CF 0 0 C 64 8 35 64 2E
Octal 352 317 0 0 14 144 10 65 144 56
Binary 11101010 11001111 0 0 1100 1100100 1000 110101 1100100 101110

Color Harmonies of #EACF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACF00

Black with #EACF00

Text Example


Text Example

White with #EACF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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