Html Css Color HEX #EFD955 Portica

📋 copy color: '#EFD955'

red 239 ◦ green 217 ◦ blue 85

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

Shades of Portica #EFD955

Tints of Portica #EFD955

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.11%

 BLUE value IS 85 (33.59% from 255) = 15.71%

R = 44.18%
G = 40.11%
B = 15.71%

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

#EFD955 (or 0xEFD955) is known color: Portica. HEX triplet: EF, D9 and 55. RGB value is (239,217,85). Sum of RGB (Red+Green+Blue) = 239+217+85=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 85 (33.59% from 255 or 15.71% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD955 is #1026AA. Grayscale: #D1D1D1. Windows color (decimal): -1058475 or 5626351. OLE color: 5626351.

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

Color convert

RGB 239 217 85 -
CMYK 0 0.09 0.64 0.06
HSL 51.43º 0.83% 0.64% -
HSV(B) 51.43º 0.64% 0.94% -
XYZ 62.05 68.63 18.57 -
YUV 208.53 58.29 149.73 -
System Red Green Blue C M Y K H S L
Decimal 239 217 85 0 0.09 0.64 0.06 51.43 0.83 0.64
Hex EF D9 55 0 9 40 6 33 53 40
Octal 357 331 125 0 11 100 6 63 123 100
Binary 11101111 11011001 1010101 0 1001 1000000 110 110011 1010011 1000000

Color Harmonies of #EFD955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD955

Black with #EFD955

Text Example


Text Example

White with #EFD955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD955; }

 p { color: rgb(239,217,85); }

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

background-color css

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

 a { background-color: rgb(239,217,85); }

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

border-color css

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

 span { border-color: rgb(239,217,85); }

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