Html Css Color HEX #EFCF53 Portica

📋 copy color: '#EFCF53'

red 239 ◦ green 207 ◦ blue 83

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

Shades of Portica #EFCF53

Tints of Portica #EFCF53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.69%

R = 45.18%
G = 39.13%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFCF53 (or 0xEFCF53) is known color: Portica. HEX triplet: EF, CF and 53. RGB value is (239,207,83). Sum of RGB (Red+Green+Blue) = 239+207+83=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 83 (32.81% from 255 or 15.69% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCF53 is #1030AC. Grayscale: #CACACA. Windows color (decimal): -1061037 or 5492719. OLE color: 5492719.

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

Color convert

RGB 239 207 83 -
CMYK 0 0.13 0.65 0.06
HSL 47.69º 0.83% 0.63% -
HSV(B) 47.69º 0.65% 0.94% -
XYZ 59.47 63.6 17.33 -
YUV 202.43 60.6 154.08 -
System Red Green Blue C M Y K H S L
Decimal 239 207 83 0 0.13 0.65 0.06 47.69 0.83 0.63
Hex EF CF 53 0 D 41 6 30 53 3F
Octal 357 317 123 0 15 101 6 60 123 77
Binary 11101111 11001111 1010011 0 1101 1000001 110 110000 1010011 111111

Color Harmonies of #EFCF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF53

Black with #EFCF53

Text Example


Text Example

White with #EFCF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF53; }

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

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

background-color css

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

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

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

border-color css

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

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

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