Html Css Color HEX #E7C702 Golden Poppy

📋 copy color: '#E7C702'

red 231 ◦ green 199 ◦ blue 2

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

Shades of Golden Poppy #E7C702

Tints of Golden Poppy #E7C702

RGB

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

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

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

R = 53.47%
G = 46.06%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E7C702 (or 0xE7C702) is known color: Golden Poppy. HEX triplet: E7, C7 and 02. RGB value is (231,199,2). Sum of RGB (Red+Green+Blue) = 231+199+2=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7C702 is #1838FD. Grayscale: #BABABA. Windows color (decimal): -1587454 or 182247. OLE color: 182247.

HSL color Cylindrical-coordinate representation of color #E7C702: hue angle of 51.62º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E7C702 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 199 2 -
CMYK 0 0.14 0.99 0.09
HSL 51.62º 0.98% 0.46% -
HSV(B) 51.62º 0.99% 0.91% -
XYZ 53.39 57.84 8.41 -
YUV 186.11 24.1 160.02 -
System Red Green Blue C M Y K H S L
Decimal 231 199 2 0 0.14 0.99 0.09 51.62 0.98 0.46
Hex E7 C7 2 0 E 63 9 34 62 2E
Octal 347 307 2 0 16 143 11 64 142 56
Binary 11100111 11000111 10 0 1110 1100011 1001 110100 1100010 101110

Color Harmonies of #E7C702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C702

Black with #E7C702

Text Example


Text Example

White with #E7C702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C702; }

 p { color: rgb(231,199,2); }

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

background-color css

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

 a { background-color: rgb(231,199,2); }

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

border-color css

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

 span { border-color: rgb(231,199,2); }

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