Html Css Color HEX #EFD356 Portica

📋 copy color: '#EFD356'

red 239 ◦ green 211 ◦ blue 86

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

Shades of Portica #EFD356

Tints of Portica #EFD356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.04%

R = 44.59%
G = 39.37%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFD356 (or 0xEFD356) is known color: Portica. HEX triplet: EF, D3 and 56. RGB value is (239,211,86). Sum of RGB (Red+Green+Blue) = 239+211+86=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 86 (33.98% from 255 or 16.04% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD356 is #102CA9. Grayscale: #CDCDCD. Windows color (decimal): -1060010 or 5690351. OLE color: 5690351.

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

Color convert

RGB 239 211 86 -
CMYK 0 0.12 0.64 0.06
HSL 49.02º 0.83% 0.64% -
HSV(B) 49.02º 0.64% 0.94% -
XYZ 60.57 65.61 18.28 -
YUV 205.12 60.78 152.16 -
System Red Green Blue C M Y K H S L
Decimal 239 211 86 0 0.12 0.64 0.06 49.02 0.83 0.64
Hex EF D3 56 0 C 40 6 31 53 40
Octal 357 323 126 0 14 100 6 61 123 100
Binary 11101111 11010011 1010110 0 1100 1000000 110 110001 1010011 1000000

Color Harmonies of #EFD356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD356

Black with #EFD356

Text Example


Text Example

White with #EFD356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD356; }

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

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

background-color css

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

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

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

border-color css

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

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

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