Html Css Color HEX #E9C70A Golden Poppy

📋 copy color: '#E9C70A'

red 233 ◦ green 199 ◦ blue 10

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

Shades of Golden Poppy #E9C70A

Tints of Golden Poppy #E9C70A

RGB

 RED value IS 233 (91.41% from 255) = 52.71%

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

 BLUE value IS 10 (4.3% from 255) = 2.26%

R = 52.71%
G = 45.02%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E9C70A (or 0xE9C70A) is known color: Golden Poppy. HEX triplet: E9, C7 and 0A. RGB value is (233,199,10). Sum of RGB (Red+Green+Blue) = 233+199+10=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 10 (4.30% from 255 or 2.26% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9C70A is #1638F5. Grayscale: #BCBCBC. Windows color (decimal): -1456374 or 706537. OLE color: 706537.

HSL color Cylindrical-coordinate representation of color #E9C70A: hue angle of 50.85º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9C70A is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 199 10 -
CMYK 0 0.15 0.96 0.09
HSL 50.85º 0.92% 0.48% -
HSV(B) 50.85º 0.96% 0.91% -
XYZ 54.08 58.19 8.67 -
YUV 187.62 27.76 160.37 -
System Red Green Blue C M Y K H S L
Decimal 233 199 10 0 0.15 0.96 0.09 50.85 0.92 0.48
Hex E9 C7 A 0 F 60 9 33 5C 30
Octal 351 307 12 0 17 140 11 63 134 60
Binary 11101001 11000111 1010 0 1111 1100000 1001 110011 1011100 110000

Color Harmonies of #E9C70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9C70A

Black with #E9C70A

Text Example


Text Example

White with #E9C70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9C70A; }

 p { color: rgb(233,199,10); }

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

background-color css

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

 a { background-color: rgb(233,199,10); }

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

border-color css

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

 span { border-color: rgb(233,199,10); }

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