Html Css Color HEX #EFD057 Portica

📋 copy color: '#EFD057'

red 239 ◦ green 208 ◦ blue 87

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

Shades of Portica #EFD057

Tints of Portica #EFD057

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.95%

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

R = 44.76%
G = 38.95%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFD057 (or 0xEFD057) is known color: Portica. HEX triplet: EF, D0 and 57. RGB value is (239,208,87). Sum of RGB (Red+Green+Blue) = 239+208+87=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 87 (34.38% from 255 or 16.29% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD057 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD057 is #102FA8. Grayscale: #CBCBCB. Windows color (decimal): -1060777 or 5755119. OLE color: 5755119.

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

Color convert

RGB 239 208 87 -
CMYK 0 0.13 0.64 0.06
HSL 47.76º 0.83% 0.64% -
HSV(B) 47.76º 0.64% 0.94% -
XYZ 59.87 64.15 18.24 -
YUV 203.48 62.27 153.34 -
System Red Green Blue C M Y K H S L
Decimal 239 208 87 0 0.13 0.64 0.06 47.76 0.83 0.64
Hex EF D0 57 0 D 40 6 30 53 40
Octal 357 320 127 0 15 100 6 60 123 100
Binary 11101111 11010000 1010111 0 1101 1000000 110 110000 1010011 1000000

Color Harmonies of #EFD057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD057

Black with #EFD057

Text Example


Text Example

White with #EFD057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD057; }

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

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

background-color css

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

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

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

border-color css

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

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

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