Html Css Color HEX #EFD657 Portica

📋 copy color: '#EFD657'

red 239 ◦ green 214 ◦ blue 87

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

Shades of Portica #EFD657

Tints of Portica #EFD657

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.63%

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

R = 44.26%
G = 39.63%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFD657 (or 0xEFD657) is known color: Portica. HEX triplet: EF, D6 and 57. RGB value is (239,214,87). Sum of RGB (Red+Green+Blue) = 239+214+87=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 87 (34.38% from 255 or 16.11% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD657 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD657 is #1029A8. Grayscale: #CFCFCF. Windows color (decimal): -1059241 or 5756655. OLE color: 5756655.

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

Color convert

RGB 239 214 87 -
CMYK 0 0.10 0.64 0.06
HSL 50.13º 0.83% 0.64% -
HSV(B) 50.13º 0.64% 0.94% -
XYZ 61.36 67.13 18.74 -
YUV 207 60.28 150.83 -
System Red Green Blue C M Y K H S L
Decimal 239 214 87 0 0.10 0.64 0.06 50.13 0.83 0.64
Hex EF D6 57 0 A 40 6 32 53 40
Octal 357 326 127 0 12 100 6 62 123 100
Binary 11101111 11010110 1010111 0 1010 1000000 110 110010 1010011 1000000

Color Harmonies of #EFD657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD657

Black with #EFD657

Text Example


Text Example

White with #EFD657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD657; }

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

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

background-color css

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

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

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

border-color css

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

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

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