Html Css Color HEX #EFD15E Portica

📋 copy color: '#EFD15E'

red 239 ◦ green 209 ◦ blue 94

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

Shades of Portica #EFD15E

Tints of Portica #EFD15E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.56%

 BLUE value IS 94 (37.11% from 255) = 17.34%

R = 44.1%
G = 38.56%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFD15E (or 0xEFD15E) is known color: Portica. HEX triplet: EF, D1 and 5E. RGB value is (239,209,94). Sum of RGB (Red+Green+Blue) = 239+209+94=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 94 (37.11% from 255 or 17.34% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD15E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD15E is #102EA1. Grayscale: #CDCDCD. Windows color (decimal): -1060514 or 6214127. OLE color: 6214127.

HSL color Cylindrical-coordinate representation of color #EFD15E: hue angle of 47.59º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFD15E is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 209 94 -
CMYK 0 0.13 0.61 0.06
HSL 47.59º 0.82% 0.65% -
HSV(B) 47.59º 0.61% 0.94% -
XYZ 60.42 64.76 19.91 -
YUV 204.86 65.44 152.35 -
System Red Green Blue C M Y K H S L
Decimal 239 209 94 0 0.13 0.61 0.06 47.59 0.82 0.65
Hex EF D1 5E 0 D 3D 6 30 52 41
Octal 357 321 136 0 15 75 6 60 122 101
Binary 11101111 11010001 1011110 0 1101 111101 110 110000 1010010 1000001

Color Harmonies of #EFD15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD15E

Black with #EFD15E

Text Example


Text Example

White with #EFD15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD15E; }

 p { color: rgb(239,209,94); }

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

background-color css

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

 a { background-color: rgb(239,209,94); }

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

border-color css

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

 span { border-color: rgb(239,209,94); }

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