Html Css Color HEX #EDE14C Manz

📋 copy color: '#EDE14C'

red 237 ◦ green 225 ◦ blue 76

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

Shades of Manz #EDE14C

Tints of Manz #EDE14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.13%

R = 44.05%
G = 41.82%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDE14C (or 0xEDE14C) is known color: Manz. HEX triplet: ED, E1 and 4C. RGB value is (237,225,76). Sum of RGB (Red+Green+Blue) = 237+225+76=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 76 (30.08% from 255 or 14.13% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE14C is #121EB3. Grayscale: #D4D4D4. Windows color (decimal): -1187508 or 5038573. OLE color: 5038573.

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

Color convert

RGB 237 225 76 -
CMYK 0 0.05 0.68 0.07
HSL 55.53º 0.82% 0.61% -
HSV(B) 55.53º 0.68% 0.93% -
XYZ 63.15 72.38 17.48 -
YUV 211.6 51.48 146.12 -
System Red Green Blue C M Y K H S L
Decimal 237 225 76 0 0.05 0.68 0.07 55.53 0.82 0.61
Hex ED E1 4C 0 5 44 7 38 52 3D
Octal 355 341 114 0 5 104 7 70 122 75
Binary 11101101 11100001 1001100 0 101 1000100 111 111000 1010010 111101

Color Harmonies of #EDE14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE14C

Black with #EDE14C

Text Example


Text Example

White with #EDE14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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