Html Css Color HEX #EFD259 Portica

📋 copy color: '#EFD259'

red 239 ◦ green 210 ◦ blue 89

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

Shades of Portica #EFD259

Tints of Portica #EFD259

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.03%

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

R = 44.42%
G = 39.03%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EFD259 (or 0xEFD259) is known color: Portica. HEX triplet: EF, D2 and 59. RGB value is (239,210,89). Sum of RGB (Red+Green+Blue) = 239+210+89=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 89 (35.16% from 255 or 16.54% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD259 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD259 is #102DA6. Grayscale: #CDCDCD. Windows color (decimal): -1060263 or 5886703. OLE color: 5886703.

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

Color convert

RGB 239 210 89 -
CMYK 0 0.12 0.63 0.06
HSL 48.4º 0.82% 0.64% -
HSV(B) 48.4º 0.63% 0.94% -
XYZ 60.45 65.17 18.84 -
YUV 204.88 62.61 152.34 -
System Red Green Blue C M Y K H S L
Decimal 239 210 89 0 0.12 0.63 0.06 48.4 0.82 0.64
Hex EF D2 59 0 C 3F 6 30 52 40
Octal 357 322 131 0 14 77 6 60 122 100
Binary 11101111 11010010 1011001 0 1100 111111 110 110000 1010010 1000000

Color Harmonies of #EFD259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD259

Black with #EFD259

Text Example


Text Example

White with #EFD259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD259; }

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

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

background-color css

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

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

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

border-color css

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

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

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