Html Css Color HEX #EFCF58 Portica

📋 copy color: '#EFCF58'

red 239 ◦ green 207 ◦ blue 88

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

Shades of Portica #EFCF58

Tints of Portica #EFCF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.48%

R = 44.76%
G = 38.76%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EFCF58 (or 0xEFCF58) is known color: Portica. HEX triplet: EF, CF and 58. RGB value is (239,207,88). Sum of RGB (Red+Green+Blue) = 239+207+88=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 88 (34.77% from 255 or 16.48% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCF58 is #1030A7. Grayscale: #CBCBCB. Windows color (decimal): -1061032 or 5820399. OLE color: 5820399.

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

Color convert

RGB 239 207 88 -
CMYK 0 0.13 0.63 0.06
HSL 47.28º 0.83% 0.64% -
HSV(B) 47.28º 0.63% 0.94% -
XYZ 59.67 63.68 18.38 -
YUV 203 63.1 153.68 -
System Red Green Blue C M Y K H S L
Decimal 239 207 88 0 0.13 0.63 0.06 47.28 0.83 0.64
Hex EF CF 58 0 D 3F 6 2F 53 40
Octal 357 317 130 0 15 77 6 57 123 100
Binary 11101111 11001111 1011000 0 1101 111111 110 101111 1010011 1000000

Color Harmonies of #EFCF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF58

Black with #EFCF58

Text Example


Text Example

White with #EFCF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF58; }

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

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

background-color css

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

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

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

border-color css

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

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

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