Html Css Color HEX #EEDF4D Manz

📋 copy color: '#EEDF4D'

red 238 ◦ green 223 ◦ blue 77

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

Shades of Manz #EEDF4D

Tints of Manz #EEDF4D

RGB

 RED value IS 238 (93.36% from 255) = 44.24%

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

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

R = 44.24%
G = 41.45%
B = 14.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EEDF4D (or 0xEEDF4D) is known color: Manz. HEX triplet: EE, DF and 4D. RGB value is (238,223,77). Sum of RGB (Red+Green+Blue) = 238+223+77=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 77 (30.47% from 255 or 14.31% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDF4D is #1120B2. Grayscale: #D3D3D3. Windows color (decimal): -1122483 or 5103598. OLE color: 5103598.

HSL color Cylindrical-coordinate representation of color #EEDF4D: hue angle of 54.41º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEDF4D is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 223 77 -
CMYK 0 0.06 0.68 0.07
HSL 54.41º 0.83% 0.62% -
HSV(B) 54.41º 0.68% 0.93% -
XYZ 62.99 71.49 17.5 -
YUV 210.84 52.47 147.37 -
System Red Green Blue C M Y K H S L
Decimal 238 223 77 0 0.06 0.68 0.07 54.41 0.83 0.62
Hex EE DF 4D 0 6 44 7 36 53 3E
Octal 356 337 115 0 6 104 7 66 123 76
Binary 11101110 11011111 1001101 0 110 1000100 111 110110 1010011 111110

Color Harmonies of #EEDF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDF4D

Black with #EEDF4D

Text Example


Text Example

White with #EEDF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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