Html Css Color HEX #ECBE00 Golden Poppy

📋 copy color: '#ECBE00'

red 236 ◦ green 190 ◦ blue 0

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

Shades of Golden Poppy #ECBE00

Tints of Golden Poppy #ECBE00

RGB

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

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

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

R = 55.4%
G = 44.6%
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

#ECBE00 (or 0xECBE00) is known color: Golden Poppy. HEX triplet: EC, BE and 00. RGB value is (236,190,0). Sum of RGB (Red+Green+Blue) = 236+190+0=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBE00 is #1341FF. Grayscale: #B6B6B6. Windows color (decimal): -1262080 or 48876. OLE color: 48876.

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

Color convert

RGB 236 190 0 -
CMYK 0 0.19 1 0.07
HSL 48.31º 1% 0.46% -
HSV(B) 48.31º 1% 0.93% -
XYZ 53.01 54.66 7.76 -
YUV 182.09 25.24 166.45 -
System Red Green Blue C M Y K H S L
Decimal 236 190 0 0 0.19 1 0.07 48.31 1 0.46
Hex EC BE 0 0 13 64 7 30 64 2E
Octal 354 276 0 0 23 144 7 60 144 56
Binary 11101100 10111110 0 0 10011 1100100 111 110000 1100100 101110

Color Harmonies of #ECBE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBE00

Black with #ECBE00

Text Example


Text Example

White with #ECBE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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