Html Css Color HEX #ECB701 Golden Poppy

📋 copy color: '#ECB701'

red 236 ◦ green 183 ◦ blue 1

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

Shades of Golden Poppy #ECB701

Tints of Golden Poppy #ECB701

RGB

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

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

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

R = 56.19%
G = 43.57%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECB701 (or 0xECB701) is known color: Golden Poppy. HEX triplet: EC, B7 and 01. RGB value is (236,183,1). Sum of RGB (Red+Green+Blue) = 236+183+1=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB701 is #1348FE. Grayscale: #B2B2B2. Windows color (decimal): -1263871 or 112620. OLE color: 112620.

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

Color convert

RGB 236 183 1 -
CMYK 0 0.22 1.00 0.07
HSL 46.47º 0.99% 0.46% -
HSV(B) 46.47º 1% 0.93% -
XYZ 51.53 51.7 7.29 -
YUV 178.1 28.06 169.3 -
System Red Green Blue C M Y K H S L
Decimal 236 183 1 0 0.22 1.00 0.07 46.47 0.99 0.46
Hex EC B7 1 0 16 64 7 2E 63 2E
Octal 354 267 1 0 26 144 7 56 143 56
Binary 11101100 10110111 1 0 10110 1100100 111 101110 1100011 101110

Color Harmonies of #ECB701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB701

Black with #ECB701

Text Example


Text Example

White with #ECB701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB701; }

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

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

background-color css

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

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

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

border-color css

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

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

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