Html Css Color HEX #EFDA60 Portica

📋 copy color: '#EFDA60'

red 239 ◦ green 218 ◦ blue 96

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

Shades of Portica #EFDA60

Tints of Portica #EFDA60

RGB

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

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

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

R = 43.22%
G = 39.42%
B = 17.36%

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

#EFDA60 (or 0xEFDA60) is known color: Portica. HEX triplet: EF, DA and 60. RGB value is (239,218,96). Sum of RGB (Red+Green+Blue) = 239+218+96=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 96 (37.89% from 255 or 17.36% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA60 is #10259F. Grayscale: #D2D2D2. Windows color (decimal): -1058208 or 6347503. OLE color: 6347503.

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

Color convert

RGB 239 218 96 -
CMYK 0 0.09 0.60 0.06
HSL 51.19º 0.82% 0.66% -
HSV(B) 51.19º 0.6% 0.94% -
XYZ 62.78 69.34 21.14 -
YUV 210.37 63.46 148.42 -
System Red Green Blue C M Y K H S L
Decimal 239 218 96 0 0.09 0.60 0.06 51.19 0.82 0.66
Hex EF DA 60 0 9 3C 6 33 52 42
Octal 357 332 140 0 11 74 6 63 122 102
Binary 11101111 11011010 1100000 0 1001 111100 110 110011 1010010 1000010

Color Harmonies of #EFDA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA60

Black with #EFDA60

Text Example


Text Example

White with #EFDA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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