Html Css Color HEX #EFDF5E Portica

📋 copy color: '#EFDF5E'

red 239 ◦ green 223 ◦ blue 94

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

Shades of Portica #EFDF5E

Tints of Portica #EFDF5E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.11%

 BLUE value IS 94 (37.11% from 255) = 16.91%

R = 42.99%
G = 40.11%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFDF5E (or 0xEFDF5E) is known color: Portica. HEX triplet: EF, DF and 5E. RGB value is (239,223,94). Sum of RGB (Red+Green+Blue) = 239+223+94=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 94 (37.11% from 255 or 16.91% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF5E is #1020A1. Grayscale: #D5D5D5. Windows color (decimal): -1056930 or 6217711. OLE color: 6217711.

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

Color convert

RGB 239 223 94 -
CMYK 0 0.07 0.61 0.06
HSL 53.38º 0.82% 0.65% -
HSV(B) 53.38º 0.61% 0.94% -
XYZ 64 71.93 21.1 -
YUV 213.08 60.8 146.49 -
System Red Green Blue C M Y K H S L
Decimal 239 223 94 0 0.07 0.61 0.06 53.38 0.82 0.65
Hex EF DF 5E 0 7 3D 6 35 52 41
Octal 357 337 136 0 7 75 6 65 122 101
Binary 11101111 11011111 1011110 0 111 111101 110 110101 1010010 1000001

Color Harmonies of #EFDF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF5E

Black with #EFDF5E

Text Example


Text Example

White with #EFDF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF5E; }

 p { color: rgb(239,223,94); }

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

background-color css

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

 a { background-color: rgb(239,223,94); }

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

border-color css

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

 span { border-color: rgb(239,223,94); }

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