Html Css Color HEX #EDE34A Manz

📋 copy color: '#EDE34A'

red 237 ◦ green 227 ◦ blue 74

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

Shades of Manz #EDE34A

Tints of Manz #EDE34A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.75%

R = 44.05%
G = 42.19%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDE34A (or 0xEDE34A) is known color: Manz. HEX triplet: ED, E3 and 4A. RGB value is (237,227,74). Sum of RGB (Red+Green+Blue) = 237+227+74=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 74 (29.30% from 255 or 13.75% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE34A is #121CB5. Grayscale: #D5D5D5. Windows color (decimal): -1186998 or 4908013. OLE color: 4908013.

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

Color convert

RGB 237 227 74 -
CMYK 0 0.04 0.69 0.07
HSL 56.32º 0.82% 0.61% -
HSV(B) 56.32º 0.69% 0.93% -
XYZ 63.63 73.44 17.3 -
YUV 212.55 49.81 145.44 -
System Red Green Blue C M Y K H S L
Decimal 237 227 74 0 0.04 0.69 0.07 56.32 0.82 0.61
Hex ED E3 4A 0 4 45 7 38 52 3D
Octal 355 343 112 0 4 105 7 70 122 75
Binary 11101101 11100011 1001010 0 100 1000101 111 111000 1010010 111101

Color Harmonies of #EDE34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE34A

Black with #EDE34A

Text Example


Text Example

White with #EDE34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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