Html Css Color HEX #ECBC0B Golden Poppy

📋 copy color: '#ECBC0B'

red 236 ◦ green 188 ◦ blue 11

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

Shades of Golden Poppy #ECBC0B

Tints of Golden Poppy #ECBC0B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.22%

 BLUE value IS 11 (4.69% from 255) = 2.53%

R = 54.25%
G = 43.22%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECBC0B (or 0xECBC0B) is known color: Golden Poppy. HEX triplet: EC, BC and 0B. RGB value is (236,188,11). Sum of RGB (Red+Green+Blue) = 236+188+11=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 11 (4.69% from 255 or 2.53% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBC0B is #1343F4. Grayscale: #B6B6B6. Windows color (decimal): -1262581 or 769260. OLE color: 769260.

HSL color Cylindrical-coordinate representation of color #ECBC0B: hue angle of 47.2º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECBC0B is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 188 11 -
CMYK 0 0.20 0.95 0.07
HSL 47.2º 0.91% 0.48% -
HSV(B) 47.2º 0.95% 0.93% -
XYZ 52.64 53.82 7.93 -
YUV 182.17 31.4 166.39 -
System Red Green Blue C M Y K H S L
Decimal 236 188 11 0 0.20 0.95 0.07 47.2 0.91 0.48
Hex EC BC B 0 14 5F 7 2F 5B 30
Octal 354 274 13 0 24 137 7 57 133 60
Binary 11101100 10111100 1011 0 10100 1011111 111 101111 1011011 110000

Color Harmonies of #ECBC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBC0B

Black with #ECBC0B

Text Example


Text Example

White with #ECBC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBC0B; }

 p { color: rgb(236,188,11); }

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

background-color css

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

 a { background-color: rgb(236,188,11); }

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

border-color css

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

 span { border-color: rgb(236,188,11); }

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