Html Css Color HEX #ECB905 Golden Poppy

📋 copy color: '#ECB905'

red 236 ◦ green 185 ◦ blue 5

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

Shades of Golden Poppy #ECB905

Tints of Golden Poppy #ECB905

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.43%

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

R = 55.4%
G = 43.43%
B = 1.17%

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

#ECB905 (or 0xECB905) is known color: Golden Poppy. HEX triplet: EC, B9 and 05. RGB value is (236,185,5). Sum of RGB (Red+Green+Blue) = 236+185+5=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 5 (2.34% from 255 or 1.17% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB905 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB905 is #1346FA. Grayscale: #B4B4B4. Windows color (decimal): -1263355 or 375276. OLE color: 375276.

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

Color convert

RGB 236 185 5 -
CMYK 0 0.22 0.98 0.07
HSL 46.75º 0.96% 0.47% -
HSV(B) 46.75º 0.98% 0.93% -
XYZ 51.97 52.54 7.55 -
YUV 179.73 29.4 168.14 -
System Red Green Blue C M Y K H S L
Decimal 236 185 5 0 0.22 0.98 0.07 46.75 0.96 0.47
Hex EC B9 5 0 16 62 7 2F 60 2F
Octal 354 271 5 0 26 142 7 57 140 57
Binary 11101100 10111001 101 0 10110 1100010 111 101111 1100000 101111

Color Harmonies of #ECB905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB905

Black with #ECB905

Text Example


Text Example

White with #ECB905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB905; }

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

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

background-color css

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

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

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

border-color css

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

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

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