Html Css Color HEX #EFD15A Portica

📋 copy color: '#EFD15A'

red 239 ◦ green 209 ◦ blue 90

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

Shades of Portica #EFD15A

Tints of Portica #EFD15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.73%

R = 44.42%
G = 38.85%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFD15A (or 0xEFD15A) is known color: Portica. HEX triplet: EF, D1 and 5A. RGB value is (239,209,90). Sum of RGB (Red+Green+Blue) = 239+209+90=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 90 (35.55% from 255 or 16.73% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD15A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD15A is #102EA5. Grayscale: #CCCCCC. Windows color (decimal): -1060518 or 5951983. OLE color: 5951983.

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

Color convert

RGB 239 209 90 -
CMYK 0 0.13 0.62 0.06
HSL 47.92º 0.82% 0.65% -
HSV(B) 47.92º 0.62% 0.94% -
XYZ 60.24 64.69 18.98 -
YUV 204.4 63.44 152.68 -
System Red Green Blue C M Y K H S L
Decimal 239 209 90 0 0.13 0.62 0.06 47.92 0.82 0.65
Hex EF D1 5A 0 D 3E 6 30 52 41
Octal 357 321 132 0 15 76 6 60 122 101
Binary 11101111 11010001 1011010 0 1101 111110 110 110000 1010010 1000001

Color Harmonies of #EFD15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD15A

Black with #EFD15A

Text Example


Text Example

White with #EFD15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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