Html Css Color HEX #EFCF50 Portica

📋 copy color: '#EFCF50'

red 239 ◦ green 207 ◦ blue 80

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

Shades of Portica #EFCF50

Tints of Portica #EFCF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.21%

R = 45.44%
G = 39.35%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFCF50 (or 0xEFCF50) is known color: Portica. HEX triplet: EF, CF and 50. RGB value is (239,207,80). Sum of RGB (Red+Green+Blue) = 239+207+80=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 80 (31.64% from 255 or 15.21% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCF50 is #1030AF. Grayscale: #CACACA. Windows color (decimal): -1061040 or 5296111. OLE color: 5296111.

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

Color convert

RGB 239 207 80 -
CMYK 0 0.13 0.67 0.06
HSL 47.92º 0.83% 0.63% -
HSV(B) 47.92º 0.67% 0.94% -
XYZ 59.36 63.56 16.73 -
YUV 202.09 59.1 154.33 -
System Red Green Blue C M Y K H S L
Decimal 239 207 80 0 0.13 0.67 0.06 47.92 0.83 0.63
Hex EF CF 50 0 D 43 6 30 53 3F
Octal 357 317 120 0 15 103 6 60 123 77
Binary 11101111 11001111 1010000 0 1101 1000011 110 110000 1010011 111111

Color Harmonies of #EFCF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF50

Black with #EFCF50

Text Example


Text Example

White with #EFCF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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