Html Css Color HEX #EDE35E Manz

📋 copy color: '#EDE35E'

red 237 ◦ green 227 ◦ blue 94

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

Shades of Manz #EDE35E

Tints of Manz #EDE35E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 16.85%

R = 42.47%
G = 40.68%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDE35E (or 0xEDE35E) is known color: Manz. HEX triplet: ED, E3 and 5E. RGB value is (237,227,94). Sum of RGB (Red+Green+Blue) = 237+227+94=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 94 (37.11% from 255 or 16.85% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE35E is #121CA1. Grayscale: #D7D7D7. Windows color (decimal): -1186978 or 6218733. OLE color: 6218733.

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

Color convert

RGB 237 227 94 -
CMYK 0 0.04 0.60 0.07
HSL 55.8º 0.8% 0.65% -
HSV(B) 55.8º 0.6% 0.93% -
XYZ 64.41 73.75 21.43 -
YUV 214.83 59.81 143.81 -
System Red Green Blue C M Y K H S L
Decimal 237 227 94 0 0.04 0.60 0.07 55.8 0.8 0.65
Hex ED E3 5E 0 4 3C 7 38 50 41
Octal 355 343 136 0 4 74 7 70 120 101
Binary 11101101 11100011 1011110 0 100 111100 111 111000 1010000 1000001

Color Harmonies of #EDE35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE35E

Black with #EDE35E

Text Example


Text Example

White with #EDE35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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