Html Css Color HEX #EFD655 Portica

📋 copy color: '#EFD655'

red 239 ◦ green 214 ◦ blue 85

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

Shades of Portica #EFD655

Tints of Portica #EFD655

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.78%

 BLUE value IS 85 (33.59% from 255) = 15.8%

R = 44.42%
G = 39.78%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFD655 (or 0xEFD655) is known color: Portica. HEX triplet: EF, D6 and 55. RGB value is (239,214,85). Sum of RGB (Red+Green+Blue) = 239+214+85=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 85 (33.59% from 255 or 15.80% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD655 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD655 is #1029AA. Grayscale: #CFCFCF. Windows color (decimal): -1059243 or 5625583. OLE color: 5625583.

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

Color convert

RGB 239 214 85 -
CMYK 0 0.10 0.64 0.06
HSL 50.26º 0.83% 0.64% -
HSV(B) 50.26º 0.64% 0.94% -
XYZ 61.28 67.1 18.32 -
YUV 206.77 59.28 150.99 -
System Red Green Blue C M Y K H S L
Decimal 239 214 85 0 0.10 0.64 0.06 50.26 0.83 0.64
Hex EF D6 55 0 A 40 6 32 53 40
Octal 357 326 125 0 12 100 6 62 123 100
Binary 11101111 11010110 1010101 0 1010 1000000 110 110010 1010011 1000000

Color Harmonies of #EFD655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD655

Black with #EFD655

Text Example


Text Example

White with #EFD655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD655; }

 p { color: rgb(239,214,85); }

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

background-color css

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

 a { background-color: rgb(239,214,85); }

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

border-color css

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

 span { border-color: rgb(239,214,85); }

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