Html Css Color HEX #EFE053 Manz

📋 copy color: '#EFE053'

red 239 ◦ green 224 ◦ blue 83

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

Shades of Manz #EFE053

Tints of Manz #EFE053

RGB

 RED value IS 239 (93.75% from 255) = 43.77%

 GREEN value IS 224 (87.89% from 255) = 41.03%

 BLUE value IS 83 (32.81% from 255) = 15.2%

R = 43.77%
G = 41.03%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFE053 (or 0xEFE053) is known color: Manz. HEX triplet: EF, E0 and 53. RGB value is (239,224,83). Sum of RGB (Red+Green+Blue) = 239+224+83=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 83 (32.81% from 255 or 15.20% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE053 is #101FAC. Grayscale: #D4D4D4. Windows color (decimal): -1056685 or 5497071. OLE color: 5497071.

HSL color Cylindrical-coordinate representation of color #EFE053: hue angle of 54.23º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFE053 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 224 83 -
CMYK 0 0.06 0.65 0.06
HSL 54.23º 0.83% 0.63% -
HSV(B) 54.23º 0.65% 0.94% -
XYZ 63.81 72.29 18.77 -
YUV 212.41 54.97 146.96 -
System Red Green Blue C M Y K H S L
Decimal 239 224 83 0 0.06 0.65 0.06 54.23 0.83 0.63
Hex EF E0 53 0 6 41 6 36 53 3F
Octal 357 340 123 0 6 101 6 66 123 77
Binary 11101111 11100000 1010011 0 110 1000001 110 110110 1010011 111111

Color Harmonies of #EFE053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE053

Black with #EFE053

Text Example


Text Example

White with #EFE053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE053; }

 p { color: rgb(239,224,83); }

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

background-color css

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

 a { background-color: rgb(239,224,83); }

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

border-color css

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

 span { border-color: rgb(239,224,83); }

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