Html Css Color HEX #EACF04 Tangerine Yellow

📋 copy color: '#EACF04'

red 234 ◦ green 207 ◦ blue 4

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

Shades of Tangerine Yellow #EACF04

Tints of Tangerine Yellow #EACF04

RGB

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

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

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

R = 52.58%
G = 46.52%
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

#EACF04 (or 0xEACF04) is known color: Tangerine Yellow. HEX triplet: EA, CF and 04. RGB value is (234,207,4). Sum of RGB (Red+Green+Blue) = 234+207+4=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 4 (1.95% from 255 or 0.90% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACF04 is #1530FB. Grayscale: #C0C0C0. Windows color (decimal): -1388796 or 315370. OLE color: 315370.

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

Color convert

RGB 234 207 4 -
CMYK 0 0.12 0.98 0.08
HSL 52.96º 0.97% 0.47% -
HSV(B) 52.96º 0.98% 0.92% -
XYZ 56.27 62.13 9.14 -
YUV 191.93 21.95 158.01 -
System Red Green Blue C M Y K H S L
Decimal 234 207 4 0 0.12 0.98 0.08 52.96 0.97 0.47
Hex EA CF 4 0 C 62 8 35 61 2F
Octal 352 317 4 0 14 142 10 65 141 57
Binary 11101010 11001111 100 0 1100 1100010 1000 110101 1100001 101111

Color Harmonies of #EACF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACF04

Black with #EACF04

Text Example


Text Example

White with #EACF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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