Html Css Color HEX #EBC207 Golden Poppy

📋 copy color: '#EBC207'

red 235 ◦ green 194 ◦ blue 7

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

Shades of Golden Poppy #EBC207

Tints of Golden Poppy #EBC207

RGB

 RED value IS 235 (92.19% from 255) = 53.9%

 GREEN value IS 194 (76.17% from 255) = 44.5%

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

R = 53.9%
G = 44.5%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBC207 (or 0xEBC207) is known color: Golden Poppy. HEX triplet: EB, C2 and 07. RGB value is (235,194,7). Sum of RGB (Red+Green+Blue) = 235+194+7=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 7 (3.12% from 255 or 1.61% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC207 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC207 is #143DF8. Grayscale: #B9B9B9. Windows color (decimal): -1326585 or 508651. OLE color: 508651.

HSL color Cylindrical-coordinate representation of color #EBC207: hue angle of 49.21º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EBC207 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 194 7 -
CMYK 0 0.17 0.97 0.08
HSL 49.21º 0.94% 0.47% -
HSV(B) 49.21º 0.97% 0.92% -
XYZ 53.59 56.26 8.24 -
YUV 184.94 27.58 163.71 -
System Red Green Blue C M Y K H S L
Decimal 235 194 7 0 0.17 0.97 0.08 49.21 0.94 0.47
Hex EB C2 7 0 11 61 8 31 5E 2F
Octal 353 302 7 0 21 141 10 61 136 57
Binary 11101011 11000010 111 0 10001 1100001 1000 110001 1011110 101111

Color Harmonies of #EBC207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC207

Black with #EBC207

Text Example


Text Example

White with #EBC207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC207; }

 p { color: rgb(235,194,7); }

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

background-color css

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

 a { background-color: rgb(235,194,7); }

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

border-color css

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

 span { border-color: rgb(235,194,7); }

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