Html Css Color HEX #EFD360 Portica

📋 copy color: '#EFD360'

red 239 ◦ green 211 ◦ blue 96

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

Shades of Portica #EFD360

Tints of Portica #EFD360

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.64%

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

R = 43.77%
G = 38.64%
B = 17.58%

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

#EFD360 (or 0xEFD360) is known color: Portica. HEX triplet: EF, D3 and 60. RGB value is (239,211,96). Sum of RGB (Red+Green+Blue) = 239+211+96=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 96 (37.89% from 255 or 17.58% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD360 is #102C9F. Grayscale: #CECECE. Windows color (decimal): -1060000 or 6345711. OLE color: 6345711.

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

Color convert

RGB 239 211 96 -
CMYK 0 0.12 0.60 0.06
HSL 48.25º 0.82% 0.66% -
HSV(B) 48.25º 0.6% 0.94% -
XYZ 61 65.78 20.55 -
YUV 206.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 239 211 96 0 0.12 0.60 0.06 48.25 0.82 0.66
Hex EF D3 60 0 C 3C 6 30 52 42
Octal 357 323 140 0 14 74 6 60 122 102
Binary 11101111 11010011 1100000 0 1100 111100 110 110000 1010010 1000010

Color Harmonies of #EFD360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD360

Black with #EFD360

Text Example


Text Example

White with #EFD360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD360; }

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

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

background-color css

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

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

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

border-color css

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

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

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