Html Css Color HEX #EACF07 Tangerine Yellow

📋 copy color: '#EACF07'

red 234 ◦ green 207 ◦ blue 7

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

Shades of Tangerine Yellow #EACF07

Tints of Tangerine Yellow #EACF07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.56%

R = 52.23%
G = 46.21%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EACF07 (or 0xEACF07) is known color: Tangerine Yellow. HEX triplet: EA, CF and 07. RGB value is (234,207,7). Sum of RGB (Red+Green+Blue) = 234+207+7=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 7 (3.12% from 255 or 1.56% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACF07 is #1530F8. Grayscale: #C1C1C1. Windows color (decimal): -1388793 or 511978. OLE color: 511978.

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

Color convert

RGB 234 207 7 -
CMYK 0 0.12 0.97 0.08
HSL 52.86º 0.94% 0.47% -
HSV(B) 52.86º 0.97% 0.92% -
XYZ 56.28 62.13 9.23 -
YUV 192.27 23.45 157.76 -
System Red Green Blue C M Y K H S L
Decimal 234 207 7 0 0.12 0.97 0.08 52.86 0.94 0.47
Hex EA CF 7 0 C 61 8 35 5E 2F
Octal 352 317 7 0 14 141 10 65 136 57
Binary 11101010 11001111 111 0 1100 1100001 1000 110101 1011110 101111

Color Harmonies of #EACF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACF07

Black with #EACF07

Text Example


Text Example

White with #EACF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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