Html Css Color HEX #EFD85A Portica

📋 copy color: '#EFD85A'

red 239 ◦ green 216 ◦ blue 90

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

Shades of Portica #EFD85A

Tints of Portica #EFD85A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.63%

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

R = 43.85%
G = 39.63%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFD85A (or 0xEFD85A) is known color: Portica. HEX triplet: EF, D8 and 5A. RGB value is (239,216,90). Sum of RGB (Red+Green+Blue) = 239+216+90=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 90 (35.55% from 255 or 16.51% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD85A is #1027A5. Grayscale: #D1D1D1. Windows color (decimal): -1058726 or 5953775. OLE color: 5953775.

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

Color convert

RGB 239 216 90 -
CMYK 0 0.10 0.62 0.06
HSL 50.74º 0.82% 0.65% -
HSV(B) 50.74º 0.62% 0.94% -
XYZ 62 68.2 19.57 -
YUV 208.51 61.12 149.75 -
System Red Green Blue C M Y K H S L
Decimal 239 216 90 0 0.10 0.62 0.06 50.74 0.82 0.65
Hex EF D8 5A 0 A 3E 6 33 52 41
Octal 357 330 132 0 12 76 6 63 122 101
Binary 11101111 11011000 1011010 0 1010 111110 110 110011 1010010 1000001

Color Harmonies of #EFD85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD85A

Black with #EFD85A

Text Example


Text Example

White with #EFD85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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