Html Css Color HEX #EDE14A Manz

📋 copy color: '#EDE14A'

red 237 ◦ green 225 ◦ blue 74

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

Shades of Manz #EDE14A

Tints of Manz #EDE14A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.98%

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

R = 44.22%
G = 41.98%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDE14A (or 0xEDE14A) is known color: Manz. HEX triplet: ED, E1 and 4A. RGB value is (237,225,74). Sum of RGB (Red+Green+Blue) = 237+225+74=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 74 (29.30% from 255 or 13.81% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE14A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE14A is #121EB5. Grayscale: #D3D3D3. Windows color (decimal): -1187510 or 4907501. OLE color: 4907501.

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

Color convert

RGB 237 225 74 -
CMYK 0 0.05 0.69 0.07
HSL 55.58º 0.82% 0.61% -
HSV(B) 55.58º 0.69% 0.93% -
XYZ 63.09 72.35 17.12 -
YUV 211.37 50.48 146.28 -
System Red Green Blue C M Y K H S L
Decimal 237 225 74 0 0.05 0.69 0.07 55.58 0.82 0.61
Hex ED E1 4A 0 5 45 7 38 52 3D
Octal 355 341 112 0 5 105 7 70 122 75
Binary 11101101 11100001 1001010 0 101 1000101 111 111000 1010010 111101

Color Harmonies of #EDE14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE14A

Black with #EDE14A

Text Example


Text Example

White with #EDE14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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