Html Css Color HEX #ECBF07 Golden Poppy

📋 copy color: '#ECBF07'

red 236 ◦ green 191 ◦ blue 7

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

Shades of Golden Poppy #ECBF07

Tints of Golden Poppy #ECBF07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.61%

R = 54.38%
G = 44.01%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECBF07 (or 0xECBF07) is known color: Golden Poppy. HEX triplet: EC, BF and 07. RGB value is (236,191,7). Sum of RGB (Red+Green+Blue) = 236+191+7=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 7 (3.12% from 255 or 1.61% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBF07 is #1340F8. Grayscale: #B8B8B8. Windows color (decimal): -1261817 or 507884. OLE color: 507884.

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

Color convert

RGB 236 191 7 -
CMYK 0 0.19 0.97 0.07
HSL 48.21º 0.94% 0.48% -
HSV(B) 48.21º 0.97% 0.93% -
XYZ 53.26 55.11 8.03 -
YUV 183.48 28.41 165.46 -
System Red Green Blue C M Y K H S L
Decimal 236 191 7 0 0.19 0.97 0.07 48.21 0.94 0.48
Hex EC BF 7 0 13 61 7 30 5E 30
Octal 354 277 7 0 23 141 7 60 136 60
Binary 11101100 10111111 111 0 10011 1100001 111 110000 1011110 110000

Color Harmonies of #ECBF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBF07

Black with #ECBF07

Text Example


Text Example

White with #ECBF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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