Html Css Color HEX #EFDA57 Portica

📋 copy color: '#EFDA57'

red 239 ◦ green 218 ◦ blue 87

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

Shades of Portica #EFDA57

Tints of Portica #EFDA57

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.07%

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

R = 43.93%
G = 40.07%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFDA57 (or 0xEFDA57) is known color: Portica. HEX triplet: EF, DA and 57. RGB value is (239,218,87). Sum of RGB (Red+Green+Blue) = 239+218+87=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 87 (34.38% from 255 or 15.99% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA57 is #1025A8. Grayscale: #D1D1D1. Windows color (decimal): -1058217 or 5757679. OLE color: 5757679.

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

Color convert

RGB 239 218 87 -
CMYK 0 0.09 0.64 0.06
HSL 51.71º 0.83% 0.64% -
HSV(B) 51.71º 0.64% 0.94% -
XYZ 62.39 69.18 19.08 -
YUV 209.35 58.96 149.15 -
System Red Green Blue C M Y K H S L
Decimal 239 218 87 0 0.09 0.64 0.06 51.71 0.83 0.64
Hex EF DA 57 0 9 40 6 34 53 40
Octal 357 332 127 0 11 100 6 64 123 100
Binary 11101111 11011010 1010111 0 1001 1000000 110 110100 1010011 1000000

Color Harmonies of #EFDA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA57

Black with #EFDA57

Text Example


Text Example

White with #EFDA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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