Html Css Color HEX #EFD961 Portica

📋 copy color: '#EFD961'

red 239 ◦ green 217 ◦ blue 97

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

Shades of Portica #EFD961

Tints of Portica #EFD961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.54%

R = 43.22%
G = 39.24%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFD961 (or 0xEFD961) is known color: Portica. HEX triplet: EF, D9 and 61. RGB value is (239,217,97). Sum of RGB (Red+Green+Blue) = 239+217+97=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 97 (38.28% from 255 or 17.54% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD961 is #10269E. Grayscale: #D2D2D2. Windows color (decimal): -1058463 or 6412783. OLE color: 6412783.

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

Color convert

RGB 239 217 97 -
CMYK 0 0.09 0.59 0.06
HSL 50.7º 0.82% 0.66% -
HSV(B) 50.7º 0.59% 0.94% -
XYZ 62.57 68.84 21.3 -
YUV 209.9 64.29 148.76 -
System Red Green Blue C M Y K H S L
Decimal 239 217 97 0 0.09 0.59 0.06 50.7 0.82 0.66
Hex EF D9 61 0 9 3B 6 33 52 42
Octal 357 331 141 0 11 73 6 63 122 102
Binary 11101111 11011001 1100001 0 1001 111011 110 110011 1010010 1000010

Color Harmonies of #EFD961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD961

Black with #EFD961

Text Example


Text Example

White with #EFD961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD961; }

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

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

background-color css

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

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

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

border-color css

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

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

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