Html Css Color HEX #ECBD03 Golden Poppy

📋 copy color: '#ECBD03'

red 236 ◦ green 189 ◦ blue 3

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

Shades of Golden Poppy #ECBD03

Tints of Golden Poppy #ECBD03

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.16%

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

R = 55.14%
G = 44.16%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECBD03 (or 0xECBD03) is known color: Golden Poppy. HEX triplet: EC, BD and 03. RGB value is (236,189,3). Sum of RGB (Red+Green+Blue) = 236+189+3=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 3 (1.56% from 255 or 0.70% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBD03 is #1342FC. Grayscale: #B6B6B6. Windows color (decimal): -1262333 or 245228. OLE color: 245228.

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

Color convert

RGB 236 189 3 -
CMYK 0 0.20 0.99 0.07
HSL 47.9º 0.97% 0.47% -
HSV(B) 47.9º 0.99% 0.93% -
XYZ 52.81 54.23 7.77 -
YUV 181.85 27.07 166.62 -
System Red Green Blue C M Y K H S L
Decimal 236 189 3 0 0.20 0.99 0.07 47.9 0.97 0.47
Hex EC BD 3 0 14 63 7 30 61 2F
Octal 354 275 3 0 24 143 7 60 141 57
Binary 11101100 10111101 11 0 10100 1100011 111 110000 1100001 101111

Color Harmonies of #ECBD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBD03

Black with #ECBD03

Text Example


Text Example

White with #ECBD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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