Html Css Color HEX #EDE35D Manz

📋 copy color: '#EDE35D'

red 237 ◦ green 227 ◦ blue 93

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

Shades of Manz #EDE35D

Tints of Manz #EDE35D

RGB

 RED value IS 237 (92.97% from 255) = 42.55%

 GREEN value IS 227 (89.06% from 255) = 40.75%

 BLUE value IS 93 (36.72% from 255) = 16.7%

R = 42.55%
G = 40.75%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDE35D (or 0xEDE35D) is known color: Manz. HEX triplet: ED, E3 and 5D. RGB value is (237,227,93). Sum of RGB (Red+Green+Blue) = 237+227+93=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 227 (89.06% from 255 or 40.75% from 557); Blue value is 93 (36.72% from 255 or 16.70% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE35D is #121CA2. Grayscale: #D7D7D7. Windows color (decimal): -1186979 or 6153197. OLE color: 6153197.

HSL color Cylindrical-coordinate representation of color #EDE35D: hue angle of 55.83º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDE35D is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 227 93 -
CMYK 0 0.04 0.61 0.07
HSL 55.83º 0.8% 0.65% -
HSV(B) 55.83º 0.61% 0.93% -
XYZ 64.37 73.73 21.2 -
YUV 214.71 59.31 143.9 -
System Red Green Blue C M Y K H S L
Decimal 237 227 93 0 0.04 0.61 0.07 55.83 0.8 0.65
Hex ED E3 5D 0 4 3D 7 38 50 41
Octal 355 343 135 0 4 75 7 70 120 101
Binary 11101101 11100011 1011101 0 100 111101 111 111000 1010000 1000001

Color Harmonies of #EDE35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE35D

Black with #EDE35D

Text Example


Text Example

White with #EDE35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE35D; }

 p { color: rgb(237,227,93); }

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

background-color css

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

 a { background-color: rgb(237,227,93); }

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

border-color css

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

 span { border-color: rgb(237,227,93); }

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