Html Css Color HEX #EBDF4D Manz

📋 copy color: '#EBDF4D'

red 235 ◦ green 223 ◦ blue 77

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

Shades of Manz #EBDF4D

Tints of Manz #EBDF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.39%

R = 43.93%
G = 41.68%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EBDF4D (or 0xEBDF4D) is known color: Manz. HEX triplet: EB, DF and 4D. RGB value is (235,223,77). Sum of RGB (Red+Green+Blue) = 235+223+77=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 77 (30.47% from 255 or 14.39% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDF4D is #1420B2. Grayscale: #D2D2D2. Windows color (decimal): -1319091 or 5103595. OLE color: 5103595.

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

Color convert

RGB 235 223 77 -
CMYK 0 0.05 0.67 0.08
HSL 55.44º 0.8% 0.61% -
HSV(B) 55.44º 0.67% 0.92% -
XYZ 61.99 70.97 17.45 -
YUV 209.94 52.98 145.87 -
System Red Green Blue C M Y K H S L
Decimal 235 223 77 0 0.05 0.67 0.08 55.44 0.8 0.61
Hex EB DF 4D 0 5 43 8 37 50 3D
Octal 353 337 115 0 5 103 10 67 120 75
Binary 11101011 11011111 1001101 0 101 1000011 1000 110111 1010000 111101

Color Harmonies of #EBDF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF4D

Black with #EBDF4D

Text Example


Text Example

White with #EBDF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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