Html Css Color HEX #EFD459 Portica

📋 copy color: '#EFD459'

red 239 ◦ green 212 ◦ blue 89

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

Shades of Portica #EFD459

Tints of Portica #EFD459

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.26%

 BLUE value IS 89 (35.16% from 255) = 16.48%

R = 44.26%
G = 39.26%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EFD459 (or 0xEFD459) is known color: Portica. HEX triplet: EF, D4 and 59. RGB value is (239,212,89). Sum of RGB (Red+Green+Blue) = 239+212+89=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 89 (35.16% from 255 or 16.48% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD459 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD459 is #102BA6. Grayscale: #CECECE. Windows color (decimal): -1059751 or 5887215. OLE color: 5887215.

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

Color convert

RGB 239 212 89 -
CMYK 0 0.11 0.63 0.06
HSL 49.2º 0.82% 0.64% -
HSV(B) 49.2º 0.63% 0.94% -
XYZ 60.94 66.16 19.01 -
YUV 206.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 239 212 89 0 0.11 0.63 0.06 49.2 0.82 0.64
Hex EF D4 59 0 B 3F 6 31 52 40
Octal 357 324 131 0 13 77 6 61 122 100
Binary 11101111 11010100 1011001 0 1011 111111 110 110001 1010010 1000000

Color Harmonies of #EFD459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD459

Black with #EFD459

Text Example


Text Example

White with #EFD459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD459; }

 p { color: rgb(239,212,89); }

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

background-color css

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

 a { background-color: rgb(239,212,89); }

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

border-color css

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

 span { border-color: rgb(239,212,89); }

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