Html Css Color HEX #E2C700 Golden Poppy

📋 copy color: '#E2C700'

red 226 ◦ green 199 ◦ blue 0

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

Shades of Golden Poppy #E2C700

Tints of Golden Poppy #E2C700

RGB

 RED value IS 226 (88.67% from 255) = 53.18%

 GREEN value IS 199 (78.13% from 255) = 46.82%

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

R = 53.18%
G = 46.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E2C700 (or 0xE2C700) is known color: Golden Poppy. HEX triplet: E2, C7 and 00. RGB value is (226,199,0). Sum of RGB (Red+Green+Blue) = 226+199+0=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2C700 is #1D38FF. Grayscale: #B9B9B9. Windows color (decimal): -1915136 or 51170. OLE color: 51170.

HSL color Cylindrical-coordinate representation of color #E2C700: hue angle of 52.83º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2C700 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 199 0 -
CMYK 0 0.12 1 0.11
HSL 52.83º 1% 0.44% -
HSV(B) 52.83º 1% 0.89% -
XYZ 51.79 57.02 8.28 -
YUV 184.39 23.95 157.68 -
System Red Green Blue C M Y K H S L
Decimal 226 199 0 0 0.12 1 0.11 52.83 1 0.44
Hex E2 C7 0 0 C 64 B 35 64 2C
Octal 342 307 0 0 14 144 13 65 144 54
Binary 11100010 11000111 0 0 1100 1100100 1011 110101 1100100 101100

Color Harmonies of #E2C700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C700

Black with #E2C700

Text Example


Text Example

White with #E2C700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C700; }

 p { color: rgb(226,199,0); }

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

background-color css

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

 a { background-color: rgb(226,199,0); }

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

border-color css

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

 span { border-color: rgb(226,199,0); }

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