Html Css Color HEX #EFDF5D Portica

📋 copy color: '#EFDF5D'

red 239 ◦ green 223 ◦ blue 93

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

Shades of Portica #EFDF5D

Tints of Portica #EFDF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.76%

R = 43.06%
G = 40.18%
B = 16.76%

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

#EFDF5D (or 0xEFDF5D) is known color: Portica. HEX triplet: EF, DF and 5D. RGB value is (239,223,93). Sum of RGB (Red+Green+Blue) = 239+223+93=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 93 (36.72% from 255 or 16.76% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF5D is #1020A2. Grayscale: #D5D5D5. Windows color (decimal): -1056931 or 6152175. OLE color: 6152175.

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

Color convert

RGB 239 223 93 -
CMYK 0 0.07 0.61 0.06
HSL 53.42º 0.82% 0.65% -
HSV(B) 53.42º 0.61% 0.94% -
XYZ 63.96 71.92 20.87 -
YUV 212.96 60.3 146.57 -
System Red Green Blue C M Y K H S L
Decimal 239 223 93 0 0.07 0.61 0.06 53.42 0.82 0.65
Hex EF DF 5D 0 7 3D 6 35 52 41
Octal 357 337 135 0 7 75 6 65 122 101
Binary 11101111 11011111 1011101 0 111 111101 110 110101 1010010 1000001

Color Harmonies of #EFDF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF5D

Black with #EFDF5D

Text Example


Text Example

White with #EFDF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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