Html Css Color HEX #EDE348 Manz

📋 copy color: '#EDE348'

red 237 ◦ green 227 ◦ blue 72

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

Shades of Manz #EDE348

Tints of Manz #EDE348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.43%

R = 44.22%
G = 42.35%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDE348 (or 0xEDE348) is known color: Manz. HEX triplet: ED, E3 and 48. RGB value is (237,227,72). Sum of RGB (Red+Green+Blue) = 237+227+72=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 72 (28.52% from 255 or 13.43% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE348 is #121CB7. Grayscale: #D4D4D4. Windows color (decimal): -1187000 or 4776941. OLE color: 4776941.

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

Color convert

RGB 237 227 72 -
CMYK 0 0.04 0.70 0.07
HSL 56.36º 0.82% 0.61% -
HSV(B) 56.36º 0.7% 0.93% -
XYZ 63.56 73.41 16.95 -
YUV 212.32 48.81 145.6 -
System Red Green Blue C M Y K H S L
Decimal 237 227 72 0 0.04 0.70 0.07 56.36 0.82 0.61
Hex ED E3 48 0 4 46 7 38 52 3D
Octal 355 343 110 0 4 106 7 70 122 75
Binary 11101101 11100011 1001000 0 100 1000110 111 111000 1010010 111101

Color Harmonies of #EDE348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE348

Black with #EDE348

Text Example


Text Example

White with #EDE348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE348; }

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

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

background-color css

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

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

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

border-color css

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

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

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