Html Css Color HEX #ECBB02 Golden Poppy

📋 copy color: '#ECBB02'

red 236 ◦ green 187 ◦ blue 2

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

Shades of Golden Poppy #ECBB02

Tints of Golden Poppy #ECBB02

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44%

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

R = 55.53%
G = 44%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECBB02 (or 0xECBB02) is known color: Golden Poppy. HEX triplet: EC, BB and 02. RGB value is (236,187,2). Sum of RGB (Red+Green+Blue) = 236+187+2=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBB02 is #1344FD. Grayscale: #B5B5B5. Windows color (decimal): -1262846 or 179180. OLE color: 179180.

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

Color convert

RGB 236 187 2 -
CMYK 0 0.21 0.99 0.07
HSL 47.44º 0.98% 0.47% -
HSV(B) 47.44º 0.99% 0.93% -
XYZ 52.37 53.38 7.6 -
YUV 180.56 27.23 167.54 -
System Red Green Blue C M Y K H S L
Decimal 236 187 2 0 0.21 0.99 0.07 47.44 0.98 0.47
Hex EC BB 2 0 15 63 7 2F 62 2F
Octal 354 273 2 0 25 143 7 57 142 57
Binary 11101100 10111011 10 0 10101 1100011 111 101111 1100010 101111

Color Harmonies of #ECBB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBB02

Black with #ECBB02

Text Example


Text Example

White with #ECBB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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