Html Css Color HEX #ECBA0B Golden Poppy

📋 copy color: '#ECBA0B'

red 236 ◦ green 186 ◦ blue 11

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

Shades of Golden Poppy #ECBA0B

Tints of Golden Poppy #ECBA0B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.96%

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

R = 54.5%
G = 42.96%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECBA0B (or 0xECBA0B) is known color: Golden Poppy. HEX triplet: EC, BA and 0B. RGB value is (236,186,11). Sum of RGB (Red+Green+Blue) = 236+186+11=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 11 (4.69% from 255 or 2.54% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBA0B is #1345F4. Grayscale: #B5B5B5. Windows color (decimal): -1263093 or 768748. OLE color: 768748.

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

Color convert

RGB 236 186 11 -
CMYK 0 0.21 0.95 0.07
HSL 46.67º 0.91% 0.48% -
HSV(B) 46.67º 0.95% 0.93% -
XYZ 52.21 52.97 7.79 -
YUV 181 32.07 167.23 -
System Red Green Blue C M Y K H S L
Decimal 236 186 11 0 0.21 0.95 0.07 46.67 0.91 0.48
Hex EC BA B 0 15 5F 7 2F 5B 30
Octal 354 272 13 0 25 137 7 57 133 60
Binary 11101100 10111010 1011 0 10101 1011111 111 101111 1011011 110000

Color Harmonies of #ECBA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBA0B

Black with #ECBA0B

Text Example


Text Example

White with #ECBA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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