Html Css Color HEX #EFDC60 Portica

📋 copy color: '#EFDC60'

red 239 ◦ green 220 ◦ blue 96

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

Shades of Portica #EFDC60

Tints of Portica #EFDC60

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.64%

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

R = 43.06%
G = 39.64%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFDC60 (or 0xEFDC60) is known color: Portica. HEX triplet: EF, DC and 60. RGB value is (239,220,96). Sum of RGB (Red+Green+Blue) = 239+220+96=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 96 (37.89% from 255 or 17.30% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC60 is #10239F. Grayscale: #D4D4D4. Windows color (decimal): -1057696 or 6348015. OLE color: 6348015.

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

Color convert

RGB 239 220 96 -
CMYK 0 0.08 0.60 0.06
HSL 52.03º 0.82% 0.66% -
HSV(B) 52.03º 0.6% 0.94% -
XYZ 63.3 70.38 21.32 -
YUV 211.55 62.79 147.58 -
System Red Green Blue C M Y K H S L
Decimal 239 220 96 0 0.08 0.60 0.06 52.03 0.82 0.66
Hex EF DC 60 0 8 3C 6 34 52 42
Octal 357 334 140 0 10 74 6 64 122 102
Binary 11101111 11011100 1100000 0 1000 111100 110 110100 1010010 1000010

Color Harmonies of #EFDC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC60

Black with #EFDC60

Text Example


Text Example

White with #EFDC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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