Html Css Color HEX #EBDB1C Broom

📋 copy color: '#EBDB1C'

red 235 ◦ green 219 ◦ blue 28

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

Shades of Broom #EBDB1C

Tints of Broom #EBDB1C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.44%

 BLUE value IS 28 (11.33% from 255) = 5.81%

R = 48.76%
G = 45.44%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EBDB1C (or 0xEBDB1C) is known color: Broom. HEX triplet: EB, DB and 1C. RGB value is (235,219,28). Sum of RGB (Red+Green+Blue) = 235+219+28=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 28 (11.33% from 255 or 5.81% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB1C is #1424E3. Grayscale: #CACACA. Windows color (decimal): -1320164 or 1891307. OLE color: 1891307.

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

Color convert

RGB 235 219 28 -
CMYK 0 0.07 0.88 0.08
HSL 55.36º 0.84% 0.52% -
HSV(B) 55.36º 0.88% 0.92% -
XYZ 59.8 68.41 11.15 -
YUV 202.01 29.8 151.53 -
System Red Green Blue C M Y K H S L
Decimal 235 219 28 0 0.07 0.88 0.08 55.36 0.84 0.52
Hex EB DB 1C 0 7 58 8 37 54 34
Octal 353 333 34 0 7 130 10 67 124 64
Binary 11101011 11011011 11100 0 111 1011000 1000 110111 1010100 110100

Color Harmonies of #EBDB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB1C

Black with #EBDB1C

Text Example


Text Example

White with #EBDB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB1C; }

 p { color: rgb(235,219,28); }

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

background-color css

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

 a { background-color: rgb(235,219,28); }

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

border-color css

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

 span { border-color: rgb(235,219,28); }

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