Html Css Color HEX #EFCF5D Portica

📋 copy color: '#EFCF5D'

red 239 ◦ green 207 ◦ blue 93

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

Shades of Portica #EFCF5D

Tints of Portica #EFCF5D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.4%

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

R = 44.34%
G = 38.4%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFCF5D (or 0xEFCF5D) is known color: Portica. HEX triplet: EF, CF and 5D. RGB value is (239,207,93). Sum of RGB (Red+Green+Blue) = 239+207+93=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 93 (36.72% from 255 or 17.25% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCF5D is #1030A2. Grayscale: #CCCCCC. Windows color (decimal): -1061027 or 6148079. OLE color: 6148079.

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

Color convert

RGB 239 207 93 -
CMYK 0 0.13 0.61 0.06
HSL 46.85º 0.82% 0.65% -
HSV(B) 46.85º 0.61% 0.94% -
XYZ 59.89 63.77 19.51 -
YUV 203.57 65.6 153.27 -
System Red Green Blue C M Y K H S L
Decimal 239 207 93 0 0.13 0.61 0.06 46.85 0.82 0.65
Hex EF CF 5D 0 D 3D 6 2F 52 41
Octal 357 317 135 0 15 75 6 57 122 101
Binary 11101111 11001111 1011101 0 1101 111101 110 101111 1010010 1000001

Color Harmonies of #EFCF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF5D

Black with #EFCF5D

Text Example


Text Example

White with #EFCF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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