Html Css Color HEX #EAC003 Golden Poppy

📋 copy color: '#EAC003'

red 234 ◦ green 192 ◦ blue 3

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

Shades of Golden Poppy #EAC003

Tints of Golden Poppy #EAC003

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.76%

 BLUE value IS 3 (1.56% from 255) = 0.7%

R = 54.55%
G = 44.76%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAC003 (or 0xEAC003) is known color: Golden Poppy. HEX triplet: EA, C0 and 03. RGB value is (234,192,3). Sum of RGB (Red+Green+Blue) = 234+192+3=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 3 (1.56% from 255 or 0.70% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC003 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC003 is #153FFC. Grayscale: #B7B7B7. Windows color (decimal): -1392637 or 245994. OLE color: 245994.

HSL color Cylindrical-coordinate representation of color #EAC003: hue angle of 49.09º degrees, saturation: 0.97, 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 #EAC003 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 192 3 -
CMYK 0 0.18 0.99 0.08
HSL 49.09º 0.97% 0.46% -
HSV(B) 49.09º 0.99% 0.92% -
XYZ 52.8 55.2 7.96 -
YUV 183.01 26.41 164.37 -
System Red Green Blue C M Y K H S L
Decimal 234 192 3 0 0.18 0.99 0.08 49.09 0.97 0.46
Hex EA C0 3 0 12 63 8 31 61 2E
Octal 352 300 3 0 22 143 10 61 141 56
Binary 11101010 11000000 11 0 10010 1100011 1000 110001 1100001 101110

Color Harmonies of #EAC003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC003

Black with #EAC003

Text Example


Text Example

White with #EAC003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC003; }

 p { color: rgb(234,192,3); }

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

background-color css

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

 a { background-color: rgb(234,192,3); }

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

border-color css

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

 span { border-color: rgb(234,192,3); }

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