Html Css Color HEX #EDE34D Manz

📋 copy color: '#EDE34D'

red 237 ◦ green 227 ◦ blue 77

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

Shades of Manz #EDE34D

Tints of Manz #EDE34D

RGB

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

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

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

R = 43.81%
G = 41.96%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDE34D (or 0xEDE34D) is known color: Manz. HEX triplet: ED, E3 and 4D. RGB value is (237,227,77). Sum of RGB (Red+Green+Blue) = 237+227+77=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 77 (30.47% from 255 or 14.23% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE34D is #121CB2. Grayscale: #D5D5D5. Windows color (decimal): -1186995 or 5104621. OLE color: 5104621.

HSL color Cylindrical-coordinate representation of color #EDE34D: hue angle of 56.25º degrees, saturation: 0.82, 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 #EDE34D is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 227 77 -
CMYK 0 0.04 0.68 0.07
HSL 56.25º 0.82% 0.62% -
HSV(B) 56.25º 0.68% 0.93% -
XYZ 63.73 73.48 17.84 -
YUV 212.89 51.31 145.2 -
System Red Green Blue C M Y K H S L
Decimal 237 227 77 0 0.04 0.68 0.07 56.25 0.82 0.62
Hex ED E3 4D 0 4 44 7 38 52 3E
Octal 355 343 115 0 4 104 7 70 122 76
Binary 11101101 11100011 1001101 0 100 1000100 111 111000 1010010 111110

Color Harmonies of #EDE34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE34D

Black with #EDE34D

Text Example


Text Example

White with #EDE34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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