Html Css Color HEX #EACF05 Tangerine Yellow

📋 copy color: '#EACF05'

red 234 ◦ green 207 ◦ blue 5

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

Shades of Tangerine Yellow #EACF05

Tints of Tangerine Yellow #EACF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 52.47%
G = 46.41%
B = 1.12%

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

#EACF05 (or 0xEACF05) is known color: Tangerine Yellow. HEX triplet: EA, CF and 05. RGB value is (234,207,5). Sum of RGB (Red+Green+Blue) = 234+207+5=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 5 (2.34% from 255 or 1.12% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACF05 is #1530FA. Grayscale: #C0C0C0. Windows color (decimal): -1388795 or 380906. OLE color: 380906.

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

Color convert

RGB 234 207 5 -
CMYK 0 0.12 0.98 0.08
HSL 52.93º 0.96% 0.47% -
HSV(B) 52.93º 0.98% 0.92% -
XYZ 56.27 62.13 9.17 -
YUV 192.05 22.45 157.93 -
System Red Green Blue C M Y K H S L
Decimal 234 207 5 0 0.12 0.98 0.08 52.93 0.96 0.47
Hex EA CF 5 0 C 62 8 35 60 2F
Octal 352 317 5 0 14 142 10 65 140 57
Binary 11101010 11001111 101 0 1100 1100010 1000 110101 1100000 101111

Color Harmonies of #EACF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACF05

Black with #EACF05

Text Example


Text Example

White with #EACF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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