Html Css Color HEX #EFD256 Portica

📋 copy color: '#EFD256'

red 239 ◦ green 210 ◦ blue 86

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

Shades of Portica #EFD256

Tints of Portica #EFD256

RGB

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

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

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

R = 44.67%
G = 39.25%
B = 16.07%

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

#EFD256 (or 0xEFD256) is known color: Portica. HEX triplet: EF, D2 and 56. RGB value is (239,210,86). Sum of RGB (Red+Green+Blue) = 239+210+86=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 86 (33.98% from 255 or 16.07% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD256 is #102DA9. Grayscale: #CDCDCD. Windows color (decimal): -1060266 or 5690095. OLE color: 5690095.

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

Color convert

RGB 239 210 86 -
CMYK 0 0.12 0.64 0.06
HSL 48.63º 0.83% 0.64% -
HSV(B) 48.63º 0.64% 0.94% -
XYZ 60.32 65.12 18.19 -
YUV 204.54 61.11 152.58 -
System Red Green Blue C M Y K H S L
Decimal 239 210 86 0 0.12 0.64 0.06 48.63 0.83 0.64
Hex EF D2 56 0 C 40 6 31 53 40
Octal 357 322 126 0 14 100 6 61 123 100
Binary 11101111 11010010 1010110 0 1100 1000000 110 110001 1010011 1000000

Color Harmonies of #EFD256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD256

Black with #EFD256

Text Example


Text Example

White with #EFD256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD256; }

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

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

background-color css

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

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

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

border-color css

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

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

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