Html Css Color HEX #ECBA03 Golden Poppy

📋 copy color: '#ECBA03'

red 236 ◦ green 186 ◦ blue 3

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

Shades of Golden Poppy #ECBA03

Tints of Golden Poppy #ECBA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.71%

R = 55.53%
G = 43.76%
B = 0.71%

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

#ECBA03 (or 0xECBA03) is known color: Golden Poppy. HEX triplet: EC, BA and 03. RGB value is (236,186,3). Sum of RGB (Red+Green+Blue) = 236+186+3=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 3 (1.56% from 255 or 0.71% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBA03 is #1345FC. Grayscale: #B4B4B4. Windows color (decimal): -1263101 or 244460. OLE color: 244460.

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

Color convert

RGB 236 186 3 -
CMYK 0 0.21 0.99 0.07
HSL 47.12º 0.97% 0.47% -
HSV(B) 47.12º 0.99% 0.93% -
XYZ 52.17 52.96 7.56 -
YUV 180.09 28.07 167.88 -
System Red Green Blue C M Y K H S L
Decimal 236 186 3 0 0.21 0.99 0.07 47.12 0.97 0.47
Hex EC BA 3 0 15 63 7 2F 61 2F
Octal 354 272 3 0 25 143 7 57 141 57
Binary 11101100 10111010 11 0 10101 1100011 111 101111 1100001 101111

Color Harmonies of #ECBA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBA03

Black with #ECBA03

Text Example


Text Example

White with #ECBA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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