Html Css Color HEX #EBDB1E Broom

📋 copy color: '#EBDB1E'

red 235 ◦ green 219 ◦ blue 30

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

Shades of Broom #EBDB1E

Tints of Broom #EBDB1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.2%

R = 48.55%
G = 45.25%
B = 6.2%

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

#EBDB1E (or 0xEBDB1E) is known color: Broom. HEX triplet: EB, DB and 1E. RGB value is (235,219,30). Sum of RGB (Red+Green+Blue) = 235+219+30=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 30 (12.11% from 255 or 6.20% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB1E is #1424E1. Grayscale: #CBCBCB. Windows color (decimal): -1320162 or 2022379. OLE color: 2022379.

HSL color Cylindrical-coordinate representation of color #EBDB1E: hue angle of 55.32º 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 #EBDB1E is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 219 30 -
CMYK 0 0.07 0.87 0.08
HSL 55.32º 0.84% 0.52% -
HSV(B) 55.32º 0.87% 0.92% -
XYZ 59.83 68.42 11.28 -
YUV 202.24 30.8 151.37 -
System Red Green Blue C M Y K H S L
Decimal 235 219 30 0 0.07 0.87 0.08 55.32 0.84 0.52
Hex EB DB 1E 0 7 57 8 37 54 34
Octal 353 333 36 0 7 127 10 67 124 64
Binary 11101011 11011011 11110 0 111 1010111 1000 110111 1010100 110100

Color Harmonies of #EBDB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB1E

Black with #EBDB1E

Text Example


Text Example

White with #EBDB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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