Html Css Color HEX #E7C501 Golden Poppy

📋 copy color: '#E7C501'

red 231 ◦ green 197 ◦ blue 1

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

Shades of Golden Poppy #E7C501

Tints of Golden Poppy #E7C501

RGB

 RED value IS 231 (90.63% from 255) = 53.85%

 GREEN value IS 197 (77.34% from 255) = 45.92%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 53.85%
G = 45.92%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E7C501 (or 0xE7C501) is known color: Golden Poppy. HEX triplet: E7, C5 and 01. RGB value is (231,197,1). Sum of RGB (Red+Green+Blue) = 231+197+1=429 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.85% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7C501 is #183AFE. Grayscale: #B9B9B9. Windows color (decimal): -1587967 or 116199. OLE color: 116199.

HSL color Cylindrical-coordinate representation of color #E7C501: hue angle of 51.13º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7C501 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 197 1 -
CMYK 0 0.15 1.00 0.09
HSL 51.13º 0.99% 0.45% -
HSV(B) 51.13º 1% 0.91% -
XYZ 52.93 56.92 8.23 -
YUV 184.82 24.26 160.94 -
System Red Green Blue C M Y K H S L
Decimal 231 197 1 0 0.15 1.00 0.09 51.13 0.99 0.45
Hex E7 C5 1 0 F 64 9 33 63 2D
Octal 347 305 1 0 17 144 11 63 143 55
Binary 11100111 11000101 1 0 1111 1100100 1001 110011 1100011 101101

Color Harmonies of #E7C501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C501

Black with #E7C501

Text Example


Text Example

White with #E7C501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C501; }

 p { color: rgb(231,197,1); }

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

background-color css

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

 a { background-color: rgb(231,197,1); }

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

border-color css

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

 span { border-color: rgb(231,197,1); }

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