Html Css Color HEX #ECB705 Golden Poppy

📋 copy color: '#ECB705'

red 236 ◦ green 183 ◦ blue 5

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

Shades of Golden Poppy #ECB705

Tints of Golden Poppy #ECB705

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.16%

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

R = 55.66%
G = 43.16%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECB705 (or 0xECB705) is known color: Golden Poppy. HEX triplet: EC, B7 and 05. RGB value is (236,183,5). Sum of RGB (Red+Green+Blue) = 236+183+5=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 5 (2.34% from 255 or 1.18% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB705 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB705 is #1348FA. Grayscale: #B3B3B3. Windows color (decimal): -1263867 or 374764. OLE color: 374764.

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

Color convert

RGB 236 183 5 -
CMYK 0 0.22 0.98 0.07
HSL 46.23º 0.96% 0.47% -
HSV(B) 46.23º 0.98% 0.93% -
XYZ 51.55 51.71 7.41 -
YUV 178.56 30.06 168.97 -
System Red Green Blue C M Y K H S L
Decimal 236 183 5 0 0.22 0.98 0.07 46.23 0.96 0.47
Hex EC B7 5 0 16 62 7 2E 60 2F
Octal 354 267 5 0 26 142 7 56 140 57
Binary 11101100 10110111 101 0 10110 1100010 111 101110 1100000 101111

Color Harmonies of #ECB705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB705

Black with #ECB705

Text Example


Text Example

White with #ECB705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB705; }

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

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

background-color css

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

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

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

border-color css

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

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

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