Html Css Color HEX #EFE060 Portica

📋 copy color: '#EFE060'

red 239 ◦ green 224 ◦ blue 96

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

Shades of Portica #EFE060

Tints of Portica #EFE060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.17%

R = 42.75%
G = 40.07%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFE060 (or 0xEFE060) is known color: Portica. HEX triplet: EF, E0 and 60. RGB value is (239,224,96). Sum of RGB (Red+Green+Blue) = 239+224+96=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 96 (37.89% from 255 or 17.17% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE060 is #101F9F. Grayscale: #D6D6D6. Windows color (decimal): -1056672 or 6349039. OLE color: 6349039.

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

Color convert

RGB 239 224 96 -
CMYK 0 0.06 0.60 0.06
HSL 53.71º 0.82% 0.66% -
HSV(B) 53.71º 0.6% 0.94% -
XYZ 64.36 72.51 21.67 -
YUV 213.89 61.47 145.91 -
System Red Green Blue C M Y K H S L
Decimal 239 224 96 0 0.06 0.60 0.06 53.71 0.82 0.66
Hex EF E0 60 0 6 3C 6 36 52 42
Octal 357 340 140 0 6 74 6 66 122 102
Binary 11101111 11100000 1100000 0 110 111100 110 110110 1010010 1000010

Color Harmonies of #EFE060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE060

Black with #EFE060

Text Example


Text Example

White with #EFE060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE060; }

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

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

background-color css

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

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

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

border-color css

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

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

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