Html Css Color HEX #E6C702 Golden Poppy

📋 copy color: '#E6C702'

red 230 ◦ green 199 ◦ blue 2

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

Shades of Golden Poppy #E6C702

Tints of Golden Poppy #E6C702

RGB

 RED value IS 230 (90.23% from 255) = 53.36%

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

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

R = 53.36%
G = 46.17%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E6C702 (or 0xE6C702) is known color: Golden Poppy. HEX triplet: E6, C7 and 02. RGB value is (230,199,2). Sum of RGB (Red+Green+Blue) = 230+199+2=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6C702 is #1938FD. Grayscale: #BABABA. Windows color (decimal): -1652990 or 182246. OLE color: 182246.

HSL color Cylindrical-coordinate representation of color #E6C702: hue angle of 51.84º 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 #E6C702 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 199 2 -
CMYK 0 0.13 0.99 0.10
HSL 51.84º 0.98% 0.45% -
HSV(B) 51.84º 0.99% 0.9% -
XYZ 53.07 57.67 8.39 -
YUV 185.81 24.27 159.52 -
System Red Green Blue C M Y K H S L
Decimal 230 199 2 0 0.13 0.99 0.10 51.84 0.98 0.45
Hex E6 C7 2 0 D 63 A 34 62 2D
Octal 346 307 2 0 15 143 12 64 142 55
Binary 11100110 11000111 10 0 1101 1100011 1010 110100 1100010 101101

Color Harmonies of #E6C702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C702

Black with #E6C702

Text Example


Text Example

White with #E6C702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C702; }

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

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

background-color css

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

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

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

border-color css

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

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

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