Html Css Color HEX #EFD960 Portica

📋 copy color: '#EFD960'

red 239 ◦ green 217 ◦ blue 96

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

Shades of Portica #EFD960

Tints of Portica #EFD960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.39%

R = 43.3%
G = 39.31%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFD960 (or 0xEFD960) is known color: Portica. HEX triplet: EF, D9 and 60. RGB value is (239,217,96). Sum of RGB (Red+Green+Blue) = 239+217+96=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 96 (37.89% from 255 or 17.39% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD960 is #10269F. Grayscale: #D2D2D2. Windows color (decimal): -1058464 or 6347247. OLE color: 6347247.

HSL color Cylindrical-coordinate representation of color #EFD960: hue angle of 50.77º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFD960 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 217 96 -
CMYK 0 0.09 0.60 0.06
HSL 50.77º 0.82% 0.66% -
HSV(B) 50.77º 0.6% 0.94% -
XYZ 62.52 68.82 21.05 -
YUV 209.78 63.79 148.84 -
System Red Green Blue C M Y K H S L
Decimal 239 217 96 0 0.09 0.60 0.06 50.77 0.82 0.66
Hex EF D9 60 0 9 3C 6 33 52 42
Octal 357 331 140 0 11 74 6 63 122 102
Binary 11101111 11011001 1100000 0 1001 111100 110 110011 1010010 1000010

Color Harmonies of #EFD960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD960

Black with #EFD960

Text Example


Text Example

White with #EFD960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD960; }

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

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

background-color css

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

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

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

border-color css

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

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

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