Html Css Color HEX #EBC10B Golden Poppy

📋 copy color: '#EBC10B'

red 235 ◦ green 193 ◦ blue 11

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

Shades of Golden Poppy #EBC10B

Tints of Golden Poppy #EBC10B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.96%

 BLUE value IS 11 (4.69% from 255) = 2.51%

R = 53.53%
G = 43.96%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBC10B (or 0xEBC10B) is known color: Golden Poppy. HEX triplet: EB, C1 and 0B. RGB value is (235,193,11). Sum of RGB (Red+Green+Blue) = 235+193+11=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 11 (4.69% from 255 or 2.51% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC10B is #143EF4. Grayscale: #B9B9B9. Windows color (decimal): -1326837 or 770539. OLE color: 770539.

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

Color convert

RGB 235 193 11 -
CMYK 0 0.18 0.95 0.08
HSL 48.75º 0.91% 0.48% -
HSV(B) 48.75º 0.95% 0.92% -
XYZ 53.39 55.83 8.28 -
YUV 184.81 29.91 163.8 -
System Red Green Blue C M Y K H S L
Decimal 235 193 11 0 0.18 0.95 0.08 48.75 0.91 0.48
Hex EB C1 B 0 12 5F 8 31 5B 30
Octal 353 301 13 0 22 137 10 61 133 60
Binary 11101011 11000001 1011 0 10010 1011111 1000 110001 1011011 110000

Color Harmonies of #EBC10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC10B

Black with #EBC10B

Text Example


Text Example

White with #EBC10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC10B; }

 p { color: rgb(235,193,11); }

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

background-color css

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

 a { background-color: rgb(235,193,11); }

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

border-color css

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

 span { border-color: rgb(235,193,11); }

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