Html Css Color HEX #EBD328 Broom

📋 copy color: '#EBD328'

red 235 ◦ green 211 ◦ blue 40

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

Shades of Broom #EBD328

Tints of Broom #EBD328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.23%

R = 48.35%
G = 43.42%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EBD328 (or 0xEBD328) is known color: Broom. HEX triplet: EB, D3 and 28. RGB value is (235,211,40). Sum of RGB (Red+Green+Blue) = 235+211+40=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 40 (16.02% from 255 or 8.23% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD328 is #142CD7. Grayscale: #C7C7C7. Windows color (decimal): -1322200 or 2675691. OLE color: 2675691.

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

Color convert

RGB 235 211 40 -
CMYK 0 0.10 0.83 0.08
HSL 52.62º 0.83% 0.54% -
HSV(B) 52.62º 0.83% 0.92% -
XYZ 57.94 64.4 11.39 -
YUV 198.68 38.45 153.9 -
System Red Green Blue C M Y K H S L
Decimal 235 211 40 0 0.10 0.83 0.08 52.62 0.83 0.54
Hex EB D3 28 0 A 53 8 35 53 36
Octal 353 323 50 0 12 123 10 65 123 66
Binary 11101011 11010011 101000 0 1010 1010011 1000 110101 1010011 110110

Color Harmonies of #EBD328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD328

Black with #EBD328

Text Example


Text Example

White with #EBD328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD328; }

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

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

background-color css

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

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

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

border-color css

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

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

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