Html Css Color HEX #EBC303 Golden Poppy

📋 copy color: '#EBC303'

red 235 ◦ green 195 ◦ blue 3

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

Shades of Golden Poppy #EBC303

Tints of Golden Poppy #EBC303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.69%

R = 54.27%
G = 45.03%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBC303 (or 0xEBC303) is known color: Golden Poppy. HEX triplet: EB, C3 and 03. RGB value is (235,195,3). Sum of RGB (Red+Green+Blue) = 235+195+3=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 3 (1.56% from 255 or 0.69% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC303 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC303 is #143CFC. Grayscale: #B9B9B9. Windows color (decimal): -1326333 or 246763. OLE color: 246763.

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

Color convert

RGB 235 195 3 -
CMYK 0 0.17 0.99 0.08
HSL 49.66º 0.97% 0.47% -
HSV(B) 49.66º 0.99% 0.92% -
XYZ 53.79 56.7 8.19 -
YUV 185.07 25.25 163.61 -
System Red Green Blue C M Y K H S L
Decimal 235 195 3 0 0.17 0.99 0.08 49.66 0.97 0.47
Hex EB C3 3 0 11 63 8 32 61 2F
Octal 353 303 3 0 21 143 10 62 141 57
Binary 11101011 11000011 11 0 10001 1100011 1000 110010 1100001 101111

Color Harmonies of #EBC303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC303

Black with #EBC303

Text Example


Text Example

White with #EBC303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC303; }

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

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

background-color css

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

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

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

border-color css

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

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

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