Html Css Color HEX #ECBC0A Golden Poppy

📋 copy color: '#ECBC0A'

red 236 ◦ green 188 ◦ blue 10

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

Shades of Golden Poppy #ECBC0A

Tints of Golden Poppy #ECBC0A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.32%

 BLUE value IS 10 (4.3% from 255) = 2.3%

R = 54.38%
G = 43.32%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECBC0A (or 0xECBC0A) is known color: Golden Poppy. HEX triplet: EC, BC and 0A. RGB value is (236,188,10). Sum of RGB (Red+Green+Blue) = 236+188+10=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 10 (4.30% from 255 or 2.30% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBC0A is #1343F5. Grayscale: #B6B6B6. Windows color (decimal): -1262582 or 703724. OLE color: 703724.

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

Color convert

RGB 236 188 10 -
CMYK 0 0.20 0.96 0.07
HSL 47.26º 0.92% 0.48% -
HSV(B) 47.26º 0.96% 0.93% -
XYZ 52.63 53.82 7.9 -
YUV 182.06 30.9 166.47 -
System Red Green Blue C M Y K H S L
Decimal 236 188 10 0 0.20 0.96 0.07 47.26 0.92 0.48
Hex EC BC A 0 14 60 7 2F 5C 30
Octal 354 274 12 0 24 140 7 57 134 60
Binary 11101100 10111100 1010 0 10100 1100000 111 101111 1011100 110000

Color Harmonies of #ECBC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBC0A

Black with #ECBC0A

Text Example


Text Example

White with #ECBC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBC0A; }

 p { color: rgb(236,188,10); }

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

background-color css

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

 a { background-color: rgb(236,188,10); }

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

border-color css

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

 span { border-color: rgb(236,188,10); }

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