Html Css Color HEX #EFD359 Portica

📋 copy color: '#EFD359'

red 239 ◦ green 211 ◦ blue 89

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

Shades of Portica #EFD359

Tints of Portica #EFD359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 16.51%

R = 44.34%
G = 39.15%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EFD359 (or 0xEFD359) is known color: Portica. HEX triplet: EF, D3 and 59. RGB value is (239,211,89). Sum of RGB (Red+Green+Blue) = 239+211+89=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 89 (35.16% from 255 or 16.51% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD359 is #102CA6. Grayscale: #CDCDCD. Windows color (decimal): -1060007 or 5886959. OLE color: 5886959.

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

Color convert

RGB 239 211 89 -
CMYK 0 0.12 0.63 0.06
HSL 48.8º 0.82% 0.64% -
HSV(B) 48.8º 0.63% 0.94% -
XYZ 60.69 65.66 18.93 -
YUV 205.46 62.28 151.92 -
System Red Green Blue C M Y K H S L
Decimal 239 211 89 0 0.12 0.63 0.06 48.8 0.82 0.64
Hex EF D3 59 0 C 3F 6 31 52 40
Octal 357 323 131 0 14 77 6 61 122 100
Binary 11101111 11010011 1011001 0 1100 111111 110 110001 1010010 1000000

Color Harmonies of #EFD359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD359

Black with #EFD359

Text Example


Text Example

White with #EFD359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD359; }

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

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

background-color css

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

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

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

border-color css

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

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

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