Html Css Color HEX #EAC303 Golden Poppy

📋 copy color: '#EAC303'

red 234 ◦ green 195 ◦ blue 3

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

Shades of Golden Poppy #EAC303

Tints of Golden Poppy #EAC303

RGB

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

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

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

R = 54.17%
G = 45.14%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAC303 (or 0xEAC303) is known color: Golden Poppy. HEX triplet: EA, C3 and 03. RGB value is (234,195,3). Sum of RGB (Red+Green+Blue) = 234+195+3=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 3 (1.56% from 255 or 0.69% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC303 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC303 is #153CFC. Grayscale: #B9B9B9. Windows color (decimal): -1391869 or 246762. OLE color: 246762.

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

Color convert

RGB 234 195 3 -
CMYK 0 0.17 0.99 0.08
HSL 49.87º 0.97% 0.46% -
HSV(B) 49.87º 0.99% 0.92% -
XYZ 53.46 56.53 8.18 -
YUV 184.77 25.42 163.11 -
System Red Green Blue C M Y K H S L
Decimal 234 195 3 0 0.17 0.99 0.08 49.87 0.97 0.46
Hex EA C3 3 0 11 63 8 32 61 2E
Octal 352 303 3 0 21 143 10 62 141 56
Binary 11101010 11000011 11 0 10001 1100011 1000 110010 1100001 101110

Color Harmonies of #EAC303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC303

Black with #EAC303

Text Example


Text Example

White with #EAC303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC303; }

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

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

background-color css

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

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

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

border-color css

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

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

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