Html Css Color HEX #EAC001 Golden Poppy

📋 copy color: '#EAC001'

red 234 ◦ green 192 ◦ blue 1

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

Shades of Golden Poppy #EAC001

Tints of Golden Poppy #EAC001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 54.8%
G = 44.96%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EAC001 (or 0xEAC001) is known color: Golden Poppy. HEX triplet: EA, C0 and 01. RGB value is (234,192,1). Sum of RGB (Red+Green+Blue) = 234+192+1=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 1 (0.78% from 255 or 0.23% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC001 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC001 is #153FFE. Grayscale: #B7B7B7. Windows color (decimal): -1392639 or 114922. OLE color: 114922.

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

Color convert

RGB 234 192 1 -
CMYK 0 0.18 1.00 0.08
HSL 49.18º 0.99% 0.46% -
HSV(B) 49.18º 1% 0.92% -
XYZ 52.79 55.19 7.9 -
YUV 182.78 25.41 164.53 -
System Red Green Blue C M Y K H S L
Decimal 234 192 1 0 0.18 1.00 0.08 49.18 0.99 0.46
Hex EA C0 1 0 12 64 8 31 63 2E
Octal 352 300 1 0 22 144 10 61 143 56
Binary 11101010 11000000 1 0 10010 1100100 1000 110001 1100011 101110

Color Harmonies of #EAC001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC001

Black with #EAC001

Text Example


Text Example

White with #EAC001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC001; }

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

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

background-color css

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

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

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

border-color css

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

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

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