Html Css Color HEX #EBD225 Broom

📋 copy color: '#EBD225'

red 235 ◦ green 210 ◦ blue 37

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

Shades of Broom #EBD225

Tints of Broom #EBD225

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.57%

 BLUE value IS 37 (14.84% from 255) = 7.68%

R = 48.76%
G = 43.57%
B = 7.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EBD225 (or 0xEBD225) is known color: Broom. HEX triplet: EB, D2 and 25. RGB value is (235,210,37). Sum of RGB (Red+Green+Blue) = 235+210+37=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 37 (14.84% from 255 or 7.68% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD225 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD225 is #142DDA. Grayscale: #C6C6C6. Windows color (decimal): -1322459 or 2478827. OLE color: 2478827.

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

Color convert

RGB 235 210 37 -
CMYK 0 0.11 0.84 0.08
HSL 52.42º 0.83% 0.53% -
HSV(B) 52.42º 0.84% 0.92% -
XYZ 57.64 63.89 11.04 -
YUV 197.75 37.28 154.57 -
System Red Green Blue C M Y K H S L
Decimal 235 210 37 0 0.11 0.84 0.08 52.42 0.83 0.53
Hex EB D2 25 0 B 54 8 34 53 35
Octal 353 322 45 0 13 124 10 64 123 65
Binary 11101011 11010010 100101 0 1011 1010100 1000 110100 1010011 110101

Color Harmonies of #EBD225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD225

Black with #EBD225

Text Example


Text Example

White with #EBD225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD225; }

 p { color: rgb(235,210,37); }

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

background-color css

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

 a { background-color: rgb(235,210,37); }

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

border-color css

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

 span { border-color: rgb(235,210,37); }

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