Html Css Color HEX #EDE652 Manz

📋 copy color: '#EDE652'

red 237 ◦ green 230 ◦ blue 82

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

Shades of Manz #EDE652

Tints of Manz #EDE652

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.89%

 BLUE value IS 82 (32.42% from 255) = 14.94%

R = 43.17%
G = 41.89%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDE652 (or 0xEDE652) is known color: Manz. HEX triplet: ED, E6 and 52. RGB value is (237,230,82). Sum of RGB (Red+Green+Blue) = 237+230+82=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 82 (32.42% from 255 or 14.94% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE652 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE652 is #1219AD. Grayscale: #D7D7D7. Windows color (decimal): -1186222 or 5433069. OLE color: 5433069.

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

Color convert

RGB 237 230 82 -
CMYK 0 0.03 0.65 0.07
HSL 57.29º 0.81% 0.63% -
HSV(B) 57.29º 0.65% 0.93% -
XYZ 64.74 75.21 19.09 -
YUV 215.22 52.82 143.53 -
System Red Green Blue C M Y K H S L
Decimal 237 230 82 0 0.03 0.65 0.07 57.29 0.81 0.63
Hex ED E6 52 0 3 41 7 39 51 3F
Octal 355 346 122 0 3 101 7 71 121 77
Binary 11101101 11100110 1010010 0 11 1000001 111 111001 1010001 111111

Color Harmonies of #EDE652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE652

Black with #EDE652

Text Example


Text Example

White with #EDE652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE652; }

 p { color: rgb(237,230,82); }

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

background-color css

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

 a { background-color: rgb(237,230,82); }

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

border-color css

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

 span { border-color: rgb(237,230,82); }

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