Html Css Color HEX #EBD315 Broom

📋 copy color: '#EBD315'

red 235 ◦ green 211 ◦ blue 21

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

Shades of Broom #EBD315

Tints of Broom #EBD315

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.18%

 BLUE value IS 21 (8.59% from 255) = 4.5%

R = 50.32%
G = 45.18%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBD315 (or 0xEBD315) is known color: Broom. HEX triplet: EB, D3 and 15. RGB value is (235,211,21). Sum of RGB (Red+Green+Blue) = 235+211+21=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 21 (8.59% from 255 or 4.50% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBD315 is #142CEA. Grayscale: #C5C5C5. Windows color (decimal): -1322219 or 1430507. OLE color: 1430507.

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

Color convert

RGB 235 211 21 -
CMYK 0 0.10 0.91 0.08
HSL 53.27º 0.84% 0.5% -
HSV(B) 53.27º 0.91% 0.92% -
XYZ 57.69 64.3 10.08 -
YUV 196.52 28.95 155.45 -
System Red Green Blue C M Y K H S L
Decimal 235 211 21 0 0.10 0.91 0.08 53.27 0.84 0.5
Hex EB D3 15 0 A 5B 8 35 54 32
Octal 353 323 25 0 12 133 10 65 124 62
Binary 11101011 11010011 10101 0 1010 1011011 1000 110101 1010100 110010

Color Harmonies of #EBD315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD315

Black with #EBD315

Text Example


Text Example

White with #EBD315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD315; }

 p { color: rgb(235,211,21); }

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

background-color css

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

 a { background-color: rgb(235,211,21); }

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

border-color css

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

 span { border-color: rgb(235,211,21); }

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