Html Css Color HEX #EAC300 Golden Poppy

📋 copy color: '#EAC300'

red 234 ◦ green 195 ◦ blue 0

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

Shades of Golden Poppy #EAC300

Tints of Golden Poppy #EAC300

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.55%
G = 45.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EAC300 (or 0xEAC300) is known color: Golden Poppy. HEX triplet: EA, C3 and 00. RGB value is (234,195,0). Sum of RGB (Red+Green+Blue) = 234+195+0=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC300 is #153CFF. Grayscale: #B9B9B9. Windows color (decimal): -1391872 or 50154. OLE color: 50154.

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

Color convert

RGB 234 195 0 -
CMYK 0 0.17 1 0.08
HSL 50º 1% 0.46% -
HSV(B) 50º 1% 0.92% -
XYZ 53.45 56.52 8.09 -
YUV 184.43 23.92 163.36 -
System Red Green Blue C M Y K H S L
Decimal 234 195 0 0 0.17 1 0.08 50 1 0.46
Hex EA C3 0 0 11 64 8 32 64 2E
Octal 352 303 0 0 21 144 10 62 144 56
Binary 11101010 11000011 0 0 10001 1100100 1000 110010 1100100 101110

Color Harmonies of #EAC300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC300

Black with #EAC300

Text Example


Text Example

White with #EAC300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC300; }

 p { color: rgb(234,195,0); }

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

background-color css

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

 a { background-color: rgb(234,195,0); }

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

border-color css

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

 span { border-color: rgb(234,195,0); }

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