Html Css Color HEX #EBC90B Golden Poppy

📋 copy color: '#EBC90B'

red 235 ◦ green 201 ◦ blue 11

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

Shades of Golden Poppy #EBC90B

Tints of Golden Poppy #EBC90B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.97%

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

R = 52.57%
G = 44.97%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBC90B (or 0xEBC90B) is known color: Golden Poppy. HEX triplet: EB, C9 and 0B. RGB value is (235,201,11). Sum of RGB (Red+Green+Blue) = 235+201+11=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 11 (4.69% from 255 or 2.46% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC90B is #1436F4. Grayscale: #BEBEBE. Windows color (decimal): -1324789 or 772587. OLE color: 772587.

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

Color convert

RGB 235 201 11 -
CMYK 0 0.14 0.95 0.08
HSL 50.89º 0.91% 0.48% -
HSV(B) 50.89º 0.95% 0.92% -
XYZ 55.21 59.46 8.88 -
YUV 189.51 27.26 160.45 -
System Red Green Blue C M Y K H S L
Decimal 235 201 11 0 0.14 0.95 0.08 50.89 0.91 0.48
Hex EB C9 B 0 E 5F 8 33 5B 30
Octal 353 311 13 0 16 137 10 63 133 60
Binary 11101011 11001001 1011 0 1110 1011111 1000 110011 1011011 110000

Color Harmonies of #EBC90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC90B

Black with #EBC90B

Text Example


Text Example

White with #EBC90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC90B; }

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

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

background-color css

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

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

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

border-color css

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

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

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