Html Css Color HEX #EBC922 Broom

📋 copy color: '#EBC922'

red 235 ◦ green 201 ◦ blue 34

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

Shades of Broom #EBC922

Tints of Broom #EBC922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.23%

R = 50%
G = 42.77%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBC922 (or 0xEBC922) is known color: Broom. HEX triplet: EB, C9 and 22. RGB value is (235,201,34). Sum of RGB (Red+Green+Blue) = 235+201+34=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 34 (13.67% from 255 or 7.23% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC922 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC922 is #1436DD. Grayscale: #C0C0C0. Windows color (decimal): -1324766 or 2279915. OLE color: 2279915.

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

Color convert

RGB 235 201 34 -
CMYK 0 0.14 0.86 0.08
HSL 49.85º 0.83% 0.53% -
HSV(B) 49.85º 0.86% 0.92% -
XYZ 55.44 59.55 10.09 -
YUV 192.13 38.76 158.58 -
System Red Green Blue C M Y K H S L
Decimal 235 201 34 0 0.14 0.86 0.08 49.85 0.83 0.53
Hex EB C9 22 0 E 56 8 32 53 35
Octal 353 311 42 0 16 126 10 62 123 65
Binary 11101011 11001001 100010 0 1110 1010110 1000 110010 1010011 110101

Color Harmonies of #EBC922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC922

Black with #EBC922

Text Example


Text Example

White with #EBC922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC922; }

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

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

background-color css

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

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

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

border-color css

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

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

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