Html Css Color HEX #EFE05A Manz

📋 copy color: '#EFE05A'

red 239 ◦ green 224 ◦ blue 90

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

Shades of Manz #EFE05A

Tints of Manz #EFE05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.27%

R = 43.22%
G = 40.51%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFE05A (or 0xEFE05A) is known color: Manz. HEX triplet: EF, E0 and 5A. RGB value is (239,224,90). Sum of RGB (Red+Green+Blue) = 239+224+90=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 90 (35.55% from 255 or 16.27% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE05A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE05A is #101FA5. Grayscale: #D5D5D5. Windows color (decimal): -1056678 or 5955823. OLE color: 5955823.

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

Color convert

RGB 239 224 90 -
CMYK 0 0.06 0.62 0.06
HSL 53.96º 0.82% 0.65% -
HSV(B) 53.96º 0.62% 0.94% -
XYZ 64.1 72.4 20.27 -
YUV 213.21 58.47 146.4 -
System Red Green Blue C M Y K H S L
Decimal 239 224 90 0 0.06 0.62 0.06 53.96 0.82 0.65
Hex EF E0 5A 0 6 3E 6 36 52 41
Octal 357 340 132 0 6 76 6 66 122 101
Binary 11101111 11100000 1011010 0 110 111110 110 110110 1010010 1000001

Color Harmonies of #EFE05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE05A

Black with #EFE05A

Text Example


Text Example

White with #EFE05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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