Html Css Color HEX #EBC000 Golden Poppy

📋 copy color: '#EBC000'

red 235 ◦ green 192 ◦ blue 0

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

Shades of Golden Poppy #EBC000

Tints of Golden Poppy #EBC000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.96%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.04%
G = 44.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EBC000 (or 0xEBC000) is known color: Golden Poppy. HEX triplet: EB, C0 and 00. RGB value is (235,192,0). Sum of RGB (Red+Green+Blue) = 235+192+0=427 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.04% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC000 is #143FFF. Grayscale: #B7B7B7. Windows color (decimal): -1327104 or 49387. OLE color: 49387.

HSL color Cylindrical-coordinate representation of color #EBC000: hue angle of 49.02º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBC000 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 192 0 -
CMYK 0 0.18 1 0.08
HSL 49.02º 1% 0.46% -
HSV(B) 49.02º 1% 0.92% -
XYZ 53.11 55.36 7.89 -
YUV 182.97 24.75 165.11 -
System Red Green Blue C M Y K H S L
Decimal 235 192 0 0 0.18 1 0.08 49.02 1 0.46
Hex EB C0 0 0 12 64 8 31 64 2E
Octal 353 300 0 0 22 144 10 61 144 56
Binary 11101011 11000000 0 0 10010 1100100 1000 110001 1100100 101110

Color Harmonies of #EBC000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC000

Black with #EBC000

Text Example


Text Example

White with #EBC000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC000; }

 p { color: rgb(235,192,0); }

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

background-color css

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

 a { background-color: rgb(235,192,0); }

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

border-color css

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

 span { border-color: rgb(235,192,0); }

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