Html Css Color HEX #EBDF55 Manz

📋 copy color: '#EBDF55'

red 235 ◦ green 223 ◦ blue 85

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

Shades of Manz #EBDF55

Tints of Manz #EBDF55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.65%

R = 43.28%
G = 41.07%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EBDF55 (or 0xEBDF55) is known color: Manz. HEX triplet: EB, DF and 55. RGB value is (235,223,85). Sum of RGB (Red+Green+Blue) = 235+223+85=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 85 (33.59% from 255 or 15.65% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDF55 is #1420AA. Grayscale: #D3D3D3. Windows color (decimal): -1319083 or 5627883. OLE color: 5627883.

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

Color convert

RGB 235 223 85 -
CMYK 0 0.05 0.64 0.08
HSL 55.2º 0.79% 0.63% -
HSV(B) 55.2º 0.64% 0.92% -
XYZ 62.29 71.09 19.03 -
YUV 210.86 56.98 145.22 -
System Red Green Blue C M Y K H S L
Decimal 235 223 85 0 0.05 0.64 0.08 55.2 0.79 0.63
Hex EB DF 55 0 5 40 8 37 4F 3F
Octal 353 337 125 0 5 100 10 67 117 77
Binary 11101011 11011111 1010101 0 101 1000000 1000 110111 1001111 111111

Color Harmonies of #EBDF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF55

Black with #EBDF55

Text Example


Text Example

White with #EBDF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF55; }

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

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

background-color css

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

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

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

border-color css

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

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

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