Html Css Color HEX #EFE353 Manz

📋 copy color: '#EFE353'

red 239 ◦ green 227 ◦ blue 83

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

Shades of Manz #EFE353

Tints of Manz #EFE353

RGB

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

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

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

R = 43.53%
G = 41.35%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFE353 (or 0xEFE353) is known color: Manz. HEX triplet: EF, E3 and 53. RGB value is (239,227,83). Sum of RGB (Red+Green+Blue) = 239+227+83=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 83 (32.81% from 255 or 15.12% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE353 is #101CAC. Grayscale: #D6D6D6. Windows color (decimal): -1055917 or 5497839. OLE color: 5497839.

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

Color convert

RGB 239 227 83 -
CMYK 0 0.05 0.65 0.06
HSL 55.38º 0.83% 0.63% -
HSV(B) 55.38º 0.65% 0.94% -
XYZ 64.63 73.91 19.04 -
YUV 214.17 53.98 145.71 -
System Red Green Blue C M Y K H S L
Decimal 239 227 83 0 0.05 0.65 0.06 55.38 0.83 0.63
Hex EF E3 53 0 5 41 6 37 53 3F
Octal 357 343 123 0 5 101 6 67 123 77
Binary 11101111 11100011 1010011 0 101 1000001 110 110111 1010011 111111

Color Harmonies of #EFE353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE353

Black with #EFE353

Text Example


Text Example

White with #EFE353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE353; }

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

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

background-color css

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

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

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

border-color css

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

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

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