Html Css Color HEX #EAC70A Golden Poppy

📋 copy color: '#EAC70A'

red 234 ◦ green 199 ◦ blue 10

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

Shades of Golden Poppy #EAC70A

Tints of Golden Poppy #EAC70A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.92%

 BLUE value IS 10 (4.3% from 255) = 2.26%

R = 52.82%
G = 44.92%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EAC70A (or 0xEAC70A) is known color: Golden Poppy. HEX triplet: EA, C7 and 0A. RGB value is (234,199,10). Sum of RGB (Red+Green+Blue) = 234+199+10=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 10 (4.30% from 255 or 2.26% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC70A is #1538F5. Grayscale: #BCBCBC. Windows color (decimal): -1390838 or 706538. OLE color: 706538.

HSL color Cylindrical-coordinate representation of color #EAC70A: hue angle of 50.62º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EAC70A is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 199 10 -
CMYK 0 0.15 0.96 0.08
HSL 50.63º 0.92% 0.48% -
HSV(B) 50.63º 0.96% 0.92% -
XYZ 54.41 58.36 8.68 -
YUV 187.92 27.6 160.87 -
System Red Green Blue C M Y K H S L
Decimal 234 199 10 0 0.15 0.96 0.08 50.63 0.92 0.48
Hex EA C7 A 0 F 60 8 33 5C 30
Octal 352 307 12 0 17 140 10 63 134 60
Binary 11101010 11000111 1010 0 1111 1100000 1000 110011 1011100 110000

Color Harmonies of #EAC70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC70A

Black with #EAC70A

Text Example


Text Example

White with #EAC70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC70A; }

 p { color: rgb(234,199,10); }

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

background-color css

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

 a { background-color: rgb(234,199,10); }

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

border-color css

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

 span { border-color: rgb(234,199,10); }

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