Html Css Color HEX #EBC307 Golden Poppy

📋 copy color: '#EBC307'

red 235 ◦ green 195 ◦ blue 7

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

Shades of Golden Poppy #EBC307

Tints of Golden Poppy #EBC307

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.62%

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

R = 53.78%
G = 44.62%
B = 1.6%

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

#EBC307 (or 0xEBC307) is known color: Golden Poppy. HEX triplet: EB, C3 and 07. RGB value is (235,195,7). Sum of RGB (Red+Green+Blue) = 235+195+7=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 7 (3.12% from 255 or 1.60% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC307 is #143CF8. Grayscale: #BABABA. Windows color (decimal): -1326329 or 508907. OLE color: 508907.

HSL color Cylindrical-coordinate representation of color #EBC307: hue angle of 49.47º 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 #EBC307 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 195 7 -
CMYK 0 0.17 0.97 0.08
HSL 49.47º 0.94% 0.47% -
HSV(B) 49.47º 0.97% 0.92% -
XYZ 53.81 56.71 8.31 -
YUV 185.53 27.25 163.29 -
System Red Green Blue C M Y K H S L
Decimal 235 195 7 0 0.17 0.97 0.08 49.47 0.94 0.47
Hex EB C3 7 0 11 61 8 31 5E 2F
Octal 353 303 7 0 21 141 10 61 136 57
Binary 11101011 11000011 111 0 10001 1100001 1000 110001 1011110 101111

Color Harmonies of #EBC307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC307

Black with #EBC307

Text Example


Text Example

White with #EBC307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC307; }

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

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

background-color css

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

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

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

border-color css

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

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

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