Html Css Color HEX #EBDB1B Broom

📋 copy color: '#EBDB1B'

red 235 ◦ green 219 ◦ blue 27

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

Shades of Broom #EBDB1B

Tints of Broom #EBDB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.61%

R = 48.86%
G = 45.53%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EBDB1B (or 0xEBDB1B) is known color: Broom. HEX triplet: EB, DB and 1B. RGB value is (235,219,27). Sum of RGB (Red+Green+Blue) = 235+219+27=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 27 (10.94% from 255 or 5.61% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB1B is #1424E4. Grayscale: #CACACA. Windows color (decimal): -1320165 or 1825771. OLE color: 1825771.

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

Color convert

RGB 235 219 27 -
CMYK 0 0.07 0.89 0.08
HSL 55.38º 0.84% 0.51% -
HSV(B) 55.38º 0.89% 0.92% -
XYZ 59.79 68.4 11.09 -
YUV 201.9 29.3 151.61 -
System Red Green Blue C M Y K H S L
Decimal 235 219 27 0 0.07 0.89 0.08 55.38 0.84 0.51
Hex EB DB 1B 0 7 59 8 37 54 33
Octal 353 333 33 0 7 131 10 67 124 63
Binary 11101011 11011011 11011 0 111 1011001 1000 110111 1010100 110011

Color Harmonies of #EBDB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB1B

Black with #EBDB1B

Text Example


Text Example

White with #EBDB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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