Html Css Color HEX #EBDB5A Manz

📋 copy color: '#EBDB5A'

red 235 ◦ green 219 ◦ blue 90

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

Shades of Manz #EBDB5A

Tints of Manz #EBDB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.54%

R = 43.2%
G = 40.26%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EBDB5A (or 0xEBDB5A) is known color: Manz. HEX triplet: EB, DB and 5A. RGB value is (235,219,90). Sum of RGB (Red+Green+Blue) = 235+219+90=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 90 (35.55% from 255 or 16.54% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB5A is #1424A5. Grayscale: #D1D1D1. Windows color (decimal): -1320102 or 5954539. OLE color: 5954539.

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

Color convert

RGB 235 219 90 -
CMYK 0 0.07 0.62 0.08
HSL 53.38º 0.78% 0.64% -
HSV(B) 53.38º 0.62% 0.92% -
XYZ 61.44 69.06 19.77 -
YUV 209.08 60.8 146.49 -
System Red Green Blue C M Y K H S L
Decimal 235 219 90 0 0.07 0.62 0.08 53.38 0.78 0.64
Hex EB DB 5A 0 7 3E 8 35 4E 40
Octal 353 333 132 0 7 76 10 65 116 100
Binary 11101011 11011011 1011010 0 111 111110 1000 110101 1001110 1000000

Color Harmonies of #EBDB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB5A

Black with #EBDB5A

Text Example


Text Example

White with #EBDB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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