Html Css Color HEX #ECBF0A Golden Poppy

📋 copy color: '#ECBF0A'

red 236 ◦ green 191 ◦ blue 10

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

Shades of Golden Poppy #ECBF0A

Tints of Golden Poppy #ECBF0A

RGB

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

 GREEN value IS 191 (75% from 255) = 43.71%

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

R = 54%
G = 43.71%
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

#ECBF0A (or 0xECBF0A) is known color: Golden Poppy. HEX triplet: EC, BF and 0A. RGB value is (236,191,10). Sum of RGB (Red+Green+Blue) = 236+191+10=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 10 (4.30% from 255 or 2.29% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBF0A is #1340F5. Grayscale: #B8B8B8. Windows color (decimal): -1261814 or 704492. OLE color: 704492.

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

Color convert

RGB 236 191 10 -
CMYK 0 0.19 0.96 0.07
HSL 48.05º 0.92% 0.48% -
HSV(B) 48.05º 0.96% 0.93% -
XYZ 53.28 55.12 8.12 -
YUV 183.82 29.91 165.22 -
System Red Green Blue C M Y K H S L
Decimal 236 191 10 0 0.19 0.96 0.07 48.05 0.92 0.48
Hex EC BF A 0 13 60 7 30 5C 30
Octal 354 277 12 0 23 140 7 60 134 60
Binary 11101100 10111111 1010 0 10011 1100000 111 110000 1011100 110000

Color Harmonies of #ECBF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBF0A

Black with #ECBF0A

Text Example


Text Example

White with #ECBF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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