Html Css Color HEX #EACF02 Tangerine Yellow

📋 copy color: '#EACF02'

red 234 ◦ green 207 ◦ blue 2

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

Shades of Tangerine Yellow #EACF02

Tints of Tangerine Yellow #EACF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 52.82%
G = 46.73%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EACF02 (or 0xEACF02) is known color: Tangerine Yellow. HEX triplet: EA, CF and 02. RGB value is (234,207,2). Sum of RGB (Red+Green+Blue) = 234+207+2=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 2 (1.17% from 255 or 0.45% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACF02 is #1530FD. Grayscale: #C0C0C0. Windows color (decimal): -1388798 or 184298. OLE color: 184298.

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

Color convert

RGB 234 207 2 -
CMYK 0 0.12 0.99 0.08
HSL 53.02º 0.98% 0.46% -
HSV(B) 53.02º 0.99% 0.92% -
XYZ 56.26 62.12 9.08 -
YUV 191.7 20.95 158.17 -
System Red Green Blue C M Y K H S L
Decimal 234 207 2 0 0.12 0.99 0.08 53.02 0.98 0.46
Hex EA CF 2 0 C 63 8 35 62 2E
Octal 352 317 2 0 14 143 10 65 142 56
Binary 11101010 11001111 10 0 1100 1100011 1000 110101 1100010 101110

Color Harmonies of #EACF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACF02

Black with #EACF02

Text Example


Text Example

White with #EACF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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