Html Css Color HEX #ECBE0A Golden Poppy

📋 copy color: '#ECBE0A'

red 236 ◦ green 190 ◦ blue 10

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

Shades of Golden Poppy #ECBE0A

Tints of Golden Poppy #ECBE0A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.58%

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

R = 54.13%
G = 43.58%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECBE0A (or 0xECBE0A) is known color: Golden Poppy. HEX triplet: EC, BE and 0A. RGB value is (236,190,10). Sum of RGB (Red+Green+Blue) = 236+190+10=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 10 (4.30% from 255 or 2.29% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBE0A is #1341F5. Grayscale: #B7B7B7. Windows color (decimal): -1262070 or 704236. OLE color: 704236.

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

Color convert

RGB 236 190 10 -
CMYK 0 0.19 0.96 0.07
HSL 47.79º 0.92% 0.48% -
HSV(B) 47.79º 0.96% 0.93% -
XYZ 53.06 54.68 8.05 -
YUV 183.23 30.24 165.64 -
System Red Green Blue C M Y K H S L
Decimal 236 190 10 0 0.19 0.96 0.07 47.79 0.92 0.48
Hex EC BE A 0 13 60 7 30 5C 30
Octal 354 276 12 0 23 140 7 60 134 60
Binary 11101100 10111110 1010 0 10011 1100000 111 110000 1011100 110000

Color Harmonies of #ECBE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBE0A

Black with #ECBE0A

Text Example


Text Example

White with #ECBE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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