Html Css Color HEX #EFE05F Portica

📋 copy color: '#EFE05F'

red 239 ◦ green 224 ◦ blue 95

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

Shades of Portica #EFE05F

Tints of Portica #EFE05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.03%

R = 42.83%
G = 40.14%
B = 17.03%

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

#EFE05F (or 0xEFE05F) is known color: Portica. HEX triplet: EF, E0 and 5F. RGB value is (239,224,95). Sum of RGB (Red+Green+Blue) = 239+224+95=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 95 (37.5% from 255 or 17.03% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE05F is #101FA0. Grayscale: #D6D6D6. Windows color (decimal): -1056673 or 6283503. OLE color: 6283503.

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

Color convert

RGB 239 224 95 -
CMYK 0 0.06 0.60 0.06
HSL 53.75º 0.82% 0.65% -
HSV(B) 53.75º 0.6% 0.94% -
XYZ 64.32 72.49 21.43 -
YUV 213.78 60.97 145.99 -
System Red Green Blue C M Y K H S L
Decimal 239 224 95 0 0.06 0.60 0.06 53.75 0.82 0.65
Hex EF E0 5F 0 6 3C 6 36 52 41
Octal 357 340 137 0 6 74 6 66 122 101
Binary 11101111 11100000 1011111 0 110 111100 110 110110 1010010 1000001

Color Harmonies of #EFE05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE05F

Black with #EFE05F

Text Example


Text Example

White with #EFE05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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