Html Css Color HEX #EDE35B Manz

📋 copy color: '#EDE35B'

red 237 ◦ green 227 ◦ blue 91

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

Shades of Manz #EDE35B

Tints of Manz #EDE35B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.4%

R = 42.7%
G = 40.9%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDE35B (or 0xEDE35B) is known color: Manz. HEX triplet: ED, E3 and 5B. RGB value is (237,227,91). Sum of RGB (Red+Green+Blue) = 237+227+91=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 91 (35.94% from 255 or 16.40% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE35B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE35B is #121CA4. Grayscale: #D7D7D7. Windows color (decimal): -1186981 or 6022125. OLE color: 6022125.

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

Color convert

RGB 237 227 91 -
CMYK 0 0.04 0.62 0.07
HSL 55.89º 0.8% 0.64% -
HSV(B) 55.89º 0.62% 0.93% -
XYZ 64.28 73.7 20.73 -
YUV 214.49 58.31 144.06 -
System Red Green Blue C M Y K H S L
Decimal 237 227 91 0 0.04 0.62 0.07 55.89 0.8 0.64
Hex ED E3 5B 0 4 3E 7 38 50 40
Octal 355 343 133 0 4 76 7 70 120 100
Binary 11101101 11100011 1011011 0 100 111110 111 111000 1010000 1000000

Color Harmonies of #EDE35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE35B

Black with #EDE35B

Text Example


Text Example

White with #EDE35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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