Html Css Color HEX #EBDF5A Manz

📋 copy color: '#EBDF5A'

red 235 ◦ green 223 ◦ blue 90

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

Shades of Manz #EBDF5A

Tints of Manz #EBDF5A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.69%

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

R = 42.88%
G = 40.69%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EBDF5A (or 0xEBDF5A) is known color: Manz. HEX triplet: EB, DF and 5A. RGB value is (235,223,90). Sum of RGB (Red+Green+Blue) = 235+223+90=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 90 (35.55% from 255 or 16.42% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDF5A is #1420A5. Grayscale: #D3D3D3. Windows color (decimal): -1319078 or 5955563. OLE color: 5955563.

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

Color convert

RGB 235 223 90 -
CMYK 0 0.05 0.62 0.08
HSL 55.03º 0.78% 0.64% -
HSV(B) 55.03º 0.62% 0.92% -
XYZ 62.49 71.18 20.12 -
YUV 211.43 59.48 144.81 -
System Red Green Blue C M Y K H S L
Decimal 235 223 90 0 0.05 0.62 0.08 55.03 0.78 0.64
Hex EB DF 5A 0 5 3E 8 37 4E 40
Octal 353 337 132 0 5 76 10 67 116 100
Binary 11101011 11011111 1011010 0 101 111110 1000 110111 1001110 1000000

Color Harmonies of #EBDF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF5A

Black with #EBDF5A

Text Example


Text Example

White with #EBDF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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