Html Css Color HEX #ECBE01 Golden Poppy

📋 copy color: '#ECBE01'

red 236 ◦ green 190 ◦ blue 1

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

Shades of Golden Poppy #ECBE01

Tints of Golden Poppy #ECBE01

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.5%

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

R = 55.27%
G = 44.5%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECBE01 (or 0xECBE01) is known color: Golden Poppy. HEX triplet: EC, BE and 01. RGB value is (236,190,1). Sum of RGB (Red+Green+Blue) = 236+190+1=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 1 (0.78% from 255 or 0.23% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBE01 is #1341FE. Grayscale: #B7B7B7. Windows color (decimal): -1262079 or 114412. OLE color: 114412.

HSL color Cylindrical-coordinate representation of color #ECBE01: hue angle of 48.26º 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 #ECBE01 is Cyan = 0, Magento = 0.19, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 190 1 -
CMYK 0 0.19 1.00 0.07
HSL 48.26º 0.99% 0.46% -
HSV(B) 48.26º 1% 0.93% -
XYZ 53.01 54.66 7.79 -
YUV 182.21 25.74 166.37 -
System Red Green Blue C M Y K H S L
Decimal 236 190 1 0 0.19 1.00 0.07 48.26 0.99 0.46
Hex EC BE 1 0 13 64 7 30 63 2E
Octal 354 276 1 0 23 144 7 60 143 56
Binary 11101100 10111110 1 0 10011 1100100 111 110000 1100011 101110

Color Harmonies of #ECBE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBE01

Black with #ECBE01

Text Example


Text Example

White with #ECBE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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