Html Css Color HEX #EFD550 Portica

📋 copy color: '#EFD550'

red 239 ◦ green 213 ◦ blue 80

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

Shades of Portica #EFD550

Tints of Portica #EFD550

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.04%

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

R = 44.92%
G = 40.04%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFD550 (or 0xEFD550) is known color: Portica. HEX triplet: EF, D5 and 50. RGB value is (239,213,80). Sum of RGB (Red+Green+Blue) = 239+213+80=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 80 (31.64% from 255 or 15.04% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD550 is #102AAF. Grayscale: #CECECE. Windows color (decimal): -1059504 or 5297647. OLE color: 5297647.

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

Color convert

RGB 239 213 80 -
CMYK 0 0.11 0.67 0.06
HSL 50.19º 0.83% 0.63% -
HSV(B) 50.19º 0.67% 0.94% -
XYZ 60.84 66.52 17.22 -
YUV 205.61 57.11 151.81 -
System Red Green Blue C M Y K H S L
Decimal 239 213 80 0 0.11 0.67 0.06 50.19 0.83 0.63
Hex EF D5 50 0 B 43 6 32 53 3F
Octal 357 325 120 0 13 103 6 62 123 77
Binary 11101111 11010101 1010000 0 1011 1000011 110 110010 1010011 111111

Color Harmonies of #EFD550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD550

Black with #EFD550

Text Example


Text Example

White with #EFD550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD550; }

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

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

background-color css

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

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

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

border-color css

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

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

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