Html Css Color HEX #EBC20B Golden Poppy

📋 copy color: '#EBC20B'

red 235 ◦ green 194 ◦ blue 11

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

Shades of Golden Poppy #EBC20B

Tints of Golden Poppy #EBC20B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.09%

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

R = 53.41%
G = 44.09%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBC20B (or 0xEBC20B) is known color: Golden Poppy. HEX triplet: EB, C2 and 0B. RGB value is (235,194,11). Sum of RGB (Red+Green+Blue) = 235+194+11=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 11 (4.69% from 255 or 2.5% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC20B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC20B is #143DF4. Grayscale: #BABABA. Windows color (decimal): -1326581 or 770795. OLE color: 770795.

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

Color convert

RGB 235 194 11 -
CMYK 0 0.17 0.95 0.08
HSL 49.02º 0.91% 0.48% -
HSV(B) 49.02º 0.95% 0.92% -
XYZ 53.61 56.27 8.35 -
YUV 185.4 29.58 163.38 -
System Red Green Blue C M Y K H S L
Decimal 235 194 11 0 0.17 0.95 0.08 49.02 0.91 0.48
Hex EB C2 B 0 11 5F 8 31 5B 30
Octal 353 302 13 0 21 137 10 61 133 60
Binary 11101011 11000010 1011 0 10001 1011111 1000 110001 1011011 110000

Color Harmonies of #EBC20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC20B

Black with #EBC20B

Text Example


Text Example

White with #EBC20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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