Html Css Color HEX #EDE754 Manz

📋 copy color: '#EDE754'

red 237 ◦ green 231 ◦ blue 84

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

Shades of Manz #EDE754

Tints of Manz #EDE754

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.85%

 BLUE value IS 84 (33.2% from 255) = 15.22%

R = 42.93%
G = 41.85%
B = 15.22%

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

#EDE754 (or 0xEDE754) is known color: Manz. HEX triplet: ED, E7 and 54. RGB value is (237,231,84). Sum of RGB (Red+Green+Blue) = 237+231+84=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 231 (90.62% from 255 or 41.85% from 552); Blue value is 84 (33.20% from 255 or 15.22% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE754 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE754 is #1218AB. Grayscale: #D8D8D8. Windows color (decimal): -1185964 or 5564397. OLE color: 5564397.

HSL color Cylindrical-coordinate representation of color #EDE754: hue angle of 57.65º 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 #EDE754 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 231 84 -
CMYK 0 0.03 0.65 0.07
HSL 57.65º 0.81% 0.63% -
HSV(B) 57.65º 0.65% 0.93% -
XYZ 65.1 75.8 19.59 -
YUV 216.04 53.49 142.95 -
System Red Green Blue C M Y K H S L
Decimal 237 231 84 0 0.03 0.65 0.07 57.65 0.81 0.63
Hex ED E7 54 0 3 41 7 3A 51 3F
Octal 355 347 124 0 3 101 7 72 121 77
Binary 11101101 11100111 1010100 0 11 1000001 111 111010 1010001 111111

Color Harmonies of #EDE754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE754

Black with #EDE754

Text Example


Text Example

White with #EDE754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE754; }

 p { color: rgb(237,231,84); }

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

background-color css

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

 a { background-color: rgb(237,231,84); }

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

border-color css

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

 span { border-color: rgb(237,231,84); }

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