Html Css Color HEX #EFD260 Portica

📋 copy color: '#EFD260'

red 239 ◦ green 210 ◦ blue 96

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

Shades of Portica #EFD260

Tints of Portica #EFD260

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.53%

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

R = 43.85%
G = 38.53%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFD260 (or 0xEFD260) is known color: Portica. HEX triplet: EF, D2 and 60. RGB value is (239,210,96). Sum of RGB (Red+Green+Blue) = 239+210+96=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 96 (37.89% from 255 or 17.61% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD260 is #102D9F. Grayscale: #CECECE. Windows color (decimal): -1060256 or 6345455. OLE color: 6345455.

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

Color convert

RGB 239 210 96 -
CMYK 0 0.12 0.60 0.06
HSL 47.83º 0.82% 0.66% -
HSV(B) 47.83º 0.6% 0.94% -
XYZ 60.75 65.29 20.47 -
YUV 205.68 66.11 151.77 -
System Red Green Blue C M Y K H S L
Decimal 239 210 96 0 0.12 0.60 0.06 47.83 0.82 0.66
Hex EF D2 60 0 C 3C 6 30 52 42
Octal 357 322 140 0 14 74 6 60 122 102
Binary 11101111 11010010 1100000 0 1100 111100 110 110000 1010010 1000010

Color Harmonies of #EFD260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD260

Black with #EFD260

Text Example


Text Example

White with #EFD260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD260; }

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

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

background-color css

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

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

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

border-color css

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

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

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