Html Css Color HEX #EFD55F Portica

📋 copy color: '#EFD55F'

red 239 ◦ green 213 ◦ blue 95

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

Shades of Portica #EFD55F

Tints of Portica #EFD55F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.94%

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

R = 43.69%
G = 38.94%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFD55F (or 0xEFD55F) is known color: Portica. HEX triplet: EF, D5 and 5F. RGB value is (239,213,95). Sum of RGB (Red+Green+Blue) = 239+213+95=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 95 (37.5% from 255 or 17.37% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD55F is #102AA0. Grayscale: #CFCFCF. Windows color (decimal): -1059489 or 6280687. OLE color: 6280687.

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

Color convert

RGB 239 213 95 -
CMYK 0 0.11 0.60 0.06
HSL 49.17º 0.82% 0.65% -
HSV(B) 49.17º 0.6% 0.94% -
XYZ 61.46 66.77 20.47 -
YUV 207.32 64.61 150.59 -
System Red Green Blue C M Y K H S L
Decimal 239 213 95 0 0.11 0.60 0.06 49.17 0.82 0.65
Hex EF D5 5F 0 B 3C 6 31 52 41
Octal 357 325 137 0 13 74 6 61 122 101
Binary 11101111 11010101 1011111 0 1011 111100 110 110001 1010010 1000001

Color Harmonies of #EFD55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD55F

Black with #EFD55F

Text Example


Text Example

White with #EFD55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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