Html Css Color HEX #EBDE4D Manz

📋 copy color: '#EBDE4D'

red 235 ◦ green 222 ◦ blue 77

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

Shades of Manz #EBDE4D

Tints of Manz #EBDE4D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.57%

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

R = 44.01%
G = 41.57%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EBDE4D (or 0xEBDE4D) is known color: Manz. HEX triplet: EB, DE and 4D. RGB value is (235,222,77). Sum of RGB (Red+Green+Blue) = 235+222+77=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 77 (30.47% from 255 or 14.42% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDE4D is #1421B2. Grayscale: #D1D1D1. Windows color (decimal): -1319347 or 5103339. OLE color: 5103339.

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

Color convert

RGB 235 222 77 -
CMYK 0 0.06 0.67 0.08
HSL 55.06º 0.8% 0.61% -
HSV(B) 55.06º 0.67% 0.92% -
XYZ 61.72 70.44 17.36 -
YUV 209.36 53.31 146.29 -
System Red Green Blue C M Y K H S L
Decimal 235 222 77 0 0.06 0.67 0.08 55.06 0.8 0.61
Hex EB DE 4D 0 6 43 8 37 50 3D
Octal 353 336 115 0 6 103 10 67 120 75
Binary 11101011 11011110 1001101 0 110 1000011 1000 110111 1010000 111101

Color Harmonies of #EBDE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDE4D

Black with #EBDE4D

Text Example


Text Example

White with #EBDE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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