Html Css Color HEX #ECBD05 Golden Poppy

📋 copy color: '#ECBD05'

red 236 ◦ green 189 ◦ blue 5

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

Shades of Golden Poppy #ECBD05

Tints of Golden Poppy #ECBD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 54.88%
G = 43.95%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECBD05 (or 0xECBD05) is known color: Golden Poppy. HEX triplet: EC, BD and 05. RGB value is (236,189,5). Sum of RGB (Red+Green+Blue) = 236+189+5=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 5 (2.34% from 255 or 1.16% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBD05 is #1342FA. Grayscale: #B6B6B6. Windows color (decimal): -1262331 or 376300. OLE color: 376300.

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

Color convert

RGB 236 189 5 -
CMYK 0 0.20 0.98 0.07
HSL 47.79º 0.96% 0.47% -
HSV(B) 47.79º 0.98% 0.93% -
XYZ 52.82 54.24 7.83 -
YUV 182.08 28.07 166.46 -
System Red Green Blue C M Y K H S L
Decimal 236 189 5 0 0.20 0.98 0.07 47.79 0.96 0.47
Hex EC BD 5 0 14 62 7 30 60 2F
Octal 354 275 5 0 24 142 7 60 140 57
Binary 11101100 10111101 101 0 10100 1100010 111 110000 1100000 101111

Color Harmonies of #ECBD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBD05

Black with #ECBD05

Text Example


Text Example

White with #ECBD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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