Html Css Color HEX #ECBF00 Golden Poppy

📋 copy color: '#ECBF00'

red 236 ◦ green 191 ◦ blue 0

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

Shades of Golden Poppy #ECBF00

Tints of Golden Poppy #ECBF00

RGB

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

 GREEN value IS 191 (75% from 255) = 44.73%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.27%
G = 44.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECBF00 (or 0xECBF00) is known color: Golden Poppy. HEX triplet: EC, BF and 00. RGB value is (236,191,0). Sum of RGB (Red+Green+Blue) = 236+191+0=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBF00 is #1340FF. Grayscale: #B7B7B7. Windows color (decimal): -1261824 or 49132. OLE color: 49132.

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

Color convert

RGB 236 191 0 -
CMYK 0 0.19 1 0.07
HSL 48.56º 1% 0.46% -
HSV(B) 48.56º 1% 0.93% -
XYZ 53.22 55.09 7.83 -
YUV 182.68 24.91 166.03 -
System Red Green Blue C M Y K H S L
Decimal 236 191 0 0 0.19 1 0.07 48.56 1 0.46
Hex EC BF 0 0 13 64 7 31 64 2E
Octal 354 277 0 0 23 144 7 61 144 56
Binary 11101100 10111111 0 0 10011 1100100 111 110001 1100100 101110

Color Harmonies of #ECBF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBF00

Black with #ECBF00

Text Example


Text Example

White with #ECBF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBF00; }

 p { color: rgb(236,191,0); }

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

background-color css

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

 a { background-color: rgb(236,191,0); }

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

border-color css

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

 span { border-color: rgb(236,191,0); }

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