Html Css Color HEX #EBDE5B Manz

📋 copy color: '#EBDE5B'

red 235 ◦ green 222 ◦ blue 91

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

Shades of Manz #EBDE5B

Tints of Manz #EBDE5B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.51%

 BLUE value IS 91 (35.94% from 255) = 16.61%

R = 42.88%
G = 40.51%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EBDE5B (or 0xEBDE5B) is known color: Manz. HEX triplet: EB, DE and 5B. RGB value is (235,222,91). Sum of RGB (Red+Green+Blue) = 235+222+91=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 91 (35.94% from 255 or 16.61% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDE5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDE5B is #1421A4. Grayscale: #D3D3D3. Windows color (decimal): -1319333 or 6020843. OLE color: 6020843.

HSL color Cylindrical-coordinate representation of color #EBDE5B: hue angle of 54.58º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EBDE5B is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 222 91 -
CMYK 0 0.06 0.61 0.08
HSL 54.58º 0.78% 0.64% -
HSV(B) 54.58º 0.61% 0.92% -
XYZ 62.27 70.66 20.25 -
YUV 210.95 60.31 145.15 -
System Red Green Blue C M Y K H S L
Decimal 235 222 91 0 0.06 0.61 0.08 54.58 0.78 0.64
Hex EB DE 5B 0 6 3D 8 37 4E 40
Octal 353 336 133 0 6 75 10 67 116 100
Binary 11101011 11011110 1011011 0 110 111101 1000 110111 1001110 1000000

Color Harmonies of #EBDE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDE5B

Black with #EBDE5B

Text Example


Text Example

White with #EBDE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDE5B; }

 p { color: rgb(235,222,91); }

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

background-color css

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

 a { background-color: rgb(235,222,91); }

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

border-color css

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

 span { border-color: rgb(235,222,91); }

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