Html Css Color HEX #EFD557 Portica

📋 copy color: '#EFD557'

red 239 ◦ green 213 ◦ blue 87

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

Shades of Portica #EFD557

Tints of Portica #EFD557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.14%

R = 44.34%
G = 39.52%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFD557 (or 0xEFD557) is known color: Portica. HEX triplet: EF, D5 and 57. RGB value is (239,213,87). Sum of RGB (Red+Green+Blue) = 239+213+87=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 87 (34.38% from 255 or 16.14% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD557 is #102AA8. Grayscale: #CECECE. Windows color (decimal): -1059497 or 5756399. OLE color: 5756399.

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

Color convert

RGB 239 213 87 -
CMYK 0 0.11 0.64 0.06
HSL 49.74º 0.83% 0.64% -
HSV(B) 49.74º 0.64% 0.94% -
XYZ 61.11 66.63 18.66 -
YUV 206.41 60.61 151.25 -
System Red Green Blue C M Y K H S L
Decimal 239 213 87 0 0.11 0.64 0.06 49.74 0.83 0.64
Hex EF D5 57 0 B 40 6 32 53 40
Octal 357 325 127 0 13 100 6 62 123 100
Binary 11101111 11010101 1010111 0 1011 1000000 110 110010 1010011 1000000

Color Harmonies of #EFD557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD557

Black with #EFD557

Text Example


Text Example

White with #EFD557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD557; }

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

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

background-color css

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

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

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

border-color css

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

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

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