Html Css Color HEX #E5C302 Golden Poppy

📋 copy color: '#E5C302'

red 229 ◦ green 195 ◦ blue 2

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

Shades of Golden Poppy #E5C302

Tints of Golden Poppy #E5C302

RGB

 RED value IS 229 (89.84% from 255) = 53.76%

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

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 53.76%
G = 45.77%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E5C302 (or 0xE5C302) is known color: Golden Poppy. HEX triplet: E5, C3 and 02. RGB value is (229,195,2). Sum of RGB (Red+Green+Blue) = 229+195+2=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5C302 is #1A3CFD. Grayscale: #B7B7B7. Windows color (decimal): -1719550 or 181221. OLE color: 181221.

HSL color Cylindrical-coordinate representation of color #E5C302: hue angle of 51.01º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5C302 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 195 2 -
CMYK 0 0.15 0.99 0.10
HSL 51.01º 0.98% 0.45% -
HSV(B) 51.01º 0.99% 0.9% -
XYZ 51.84 55.69 8.07 -
YUV 183.16 25.76 160.69 -
System Red Green Blue C M Y K H S L
Decimal 229 195 2 0 0.15 0.99 0.10 51.01 0.98 0.45
Hex E5 C3 2 0 F 63 A 33 62 2D
Octal 345 303 2 0 17 143 12 63 142 55
Binary 11100101 11000011 10 0 1111 1100011 1010 110011 1100010 101101

Color Harmonies of #E5C302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C302

Black with #E5C302

Text Example


Text Example

White with #E5C302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C302; }

 p { color: rgb(229,195,2); }

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

background-color css

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

 a { background-color: rgb(229,195,2); }

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

border-color css

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

 span { border-color: rgb(229,195,2); }

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