Html Css Color HEX #EBBE00 Golden Poppy

📋 copy color: '#EBBE00'

red 235 ◦ green 190 ◦ blue 0

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

Shades of Golden Poppy #EBBE00

Tints of Golden Poppy #EBBE00

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.71%

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

R = 55.29%
G = 44.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EBBE00 (or 0xEBBE00) is known color: Golden Poppy. HEX triplet: EB, BE and 00. RGB value is (235,190,0). Sum of RGB (Red+Green+Blue) = 235+190+0=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBE00 is #1441FF. Grayscale: #B6B6B6. Windows color (decimal): -1327616 or 48875. OLE color: 48875.

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

Color convert

RGB 235 190 0 -
CMYK 0 0.19 1 0.08
HSL 48.51º 1% 0.46% -
HSV(B) 48.51º 1% 0.92% -
XYZ 52.67 54.49 7.74 -
YUV 181.8 25.41 165.95 -
System Red Green Blue C M Y K H S L
Decimal 235 190 0 0 0.19 1 0.08 48.51 1 0.46
Hex EB BE 0 0 13 64 8 31 64 2E
Octal 353 276 0 0 23 144 10 61 144 56
Binary 11101011 10111110 0 0 10011 1100100 1000 110001 1100100 101110

Color Harmonies of #EBBE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBE00

Black with #EBBE00

Text Example


Text Example

White with #EBBE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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