Html Css Color HEX #ECB702 Golden Poppy

📋 copy color: '#ECB702'

red 236 ◦ green 183 ◦ blue 2

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

Shades of Golden Poppy #ECB702

Tints of Golden Poppy #ECB702

RGB

 RED value IS 236 (92.58% from 255) = 56.06%

 GREEN value IS 183 (71.88% from 255) = 43.47%

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

R = 56.06%
G = 43.47%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECB702 (or 0xECB702) is known color: Golden Poppy. HEX triplet: EC, B7 and 02. RGB value is (236,183,2). Sum of RGB (Red+Green+Blue) = 236+183+2=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 2 (1.17% from 255 or 0.48% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB702 is #1348FD. Grayscale: #B2B2B2. Windows color (decimal): -1263870 or 178156. OLE color: 178156.

HSL color Cylindrical-coordinate representation of color #ECB702: hue angle of 46.41º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ECB702 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 183 2 -
CMYK 0 0.22 0.99 0.07
HSL 46.41º 0.98% 0.47% -
HSV(B) 46.41º 0.99% 0.93% -
XYZ 51.54 51.7 7.32 -
YUV 178.21 28.56 169.22 -
System Red Green Blue C M Y K H S L
Decimal 236 183 2 0 0.22 0.99 0.07 46.41 0.98 0.47
Hex EC B7 2 0 16 63 7 2E 62 2F
Octal 354 267 2 0 26 143 7 56 142 57
Binary 11101100 10110111 10 0 10110 1100011 111 101110 1100010 101111

Color Harmonies of #ECB702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB702

Black with #ECB702

Text Example


Text Example

White with #ECB702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB702; }

 p { color: rgb(236,183,2); }

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

background-color css

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

 a { background-color: rgb(236,183,2); }

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

border-color css

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

 span { border-color: rgb(236,183,2); }

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