Html Css Color HEX #EBDF64 Manz

📋 copy color: '#EBDF64'

red 235 ◦ green 223 ◦ blue 100

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

Shades of Manz #EBDF64

Tints of Manz #EBDF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.92%

R = 42.11%
G = 39.96%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBDF64 (or 0xEBDF64) is known color: Manz. HEX triplet: EB, DF and 64. RGB value is (235,223,100). Sum of RGB (Red+Green+Blue) = 235+223+100=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 100 (39.45% from 255 or 17.92% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDF64 is #14209B. Grayscale: #D5D5D5. Windows color (decimal): -1319068 or 6610923. OLE color: 6610923.

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

Color convert

RGB 235 223 100 -
CMYK 0 0.05 0.57 0.08
HSL 54.67º 0.77% 0.66% -
HSV(B) 54.67º 0.57% 0.92% -
XYZ 62.95 71.36 22.51 -
YUV 212.57 64.48 144 -
System Red Green Blue C M Y K H S L
Decimal 235 223 100 0 0.05 0.57 0.08 54.67 0.77 0.66
Hex EB DF 64 0 5 39 8 37 4D 42
Octal 353 337 144 0 5 71 10 67 115 102
Binary 11101011 11011111 1100100 0 101 111001 1000 110111 1001101 1000010

Color Harmonies of #EBDF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF64

Black with #EBDF64

Text Example


Text Example

White with #EBDF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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