Html Css Color HEX #EFD950 Portica

📋 copy color: '#EFD950'

red 239 ◦ green 217 ◦ blue 80

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

Shades of Portica #EFD950

Tints of Portica #EFD950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.49%

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

R = 44.59%
G = 40.49%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFD950 (or 0xEFD950) is known color: Portica. HEX triplet: EF, D9 and 50. RGB value is (239,217,80). Sum of RGB (Red+Green+Blue) = 239+217+80=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 80 (31.64% from 255 or 14.93% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD950 is #1026AF. Grayscale: #D0D0D0. Windows color (decimal): -1058480 or 5298671. OLE color: 5298671.

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

Color convert

RGB 239 217 80 -
CMYK 0 0.09 0.67 0.06
HSL 51.7º 0.83% 0.63% -
HSV(B) 51.7º 0.67% 0.94% -
XYZ 61.86 68.56 17.56 -
YUV 207.96 55.79 150.14 -
System Red Green Blue C M Y K H S L
Decimal 239 217 80 0 0.09 0.67 0.06 51.7 0.83 0.63
Hex EF D9 50 0 9 43 6 34 53 3F
Octal 357 331 120 0 11 103 6 64 123 77
Binary 11101111 11011001 1010000 0 1001 1000011 110 110100 1010011 111111

Color Harmonies of #EFD950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD950

Black with #EFD950

Text Example


Text Example

White with #EFD950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD950; }

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

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

background-color css

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

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

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

border-color css

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

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

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