Html Css Color HEX #EBDB1F Broom

📋 copy color: '#EBDB1F'

red 235 ◦ green 219 ◦ blue 31

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

Shades of Broom #EBDB1F

Tints of Broom #EBDB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.39%

R = 48.45%
G = 45.15%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EBDB1F (or 0xEBDB1F) is known color: Broom. HEX triplet: EB, DB and 1F. RGB value is (235,219,31). Sum of RGB (Red+Green+Blue) = 235+219+31=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 31 (12.5% from 255 or 6.39% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB1F is #1424E0. Grayscale: #CBCBCB. Windows color (decimal): -1320161 or 2087915. OLE color: 2087915.

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

Color convert

RGB 235 219 31 -
CMYK 0 0.07 0.87 0.08
HSL 55.29º 0.84% 0.52% -
HSV(B) 55.29º 0.87% 0.92% -
XYZ 59.84 68.42 11.35 -
YUV 202.35 31.3 151.29 -
System Red Green Blue C M Y K H S L
Decimal 235 219 31 0 0.07 0.87 0.08 55.29 0.84 0.52
Hex EB DB 1F 0 7 57 8 37 54 34
Octal 353 333 37 0 7 127 10 67 124 64
Binary 11101011 11011011 11111 0 111 1010111 1000 110111 1010100 110100

Color Harmonies of #EBDB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB1F

Black with #EBDB1F

Text Example


Text Example

White with #EBDB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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