Html Css Color HEX #EFD85C Portica

📋 copy color: '#EFD85C'

red 239 ◦ green 216 ◦ blue 92

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

Shades of Portica #EFD85C

Tints of Portica #EFD85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.82%

R = 43.69%
G = 39.49%
B = 16.82%

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

#EFD85C (or 0xEFD85C) is known color: Portica. HEX triplet: EF, D8 and 5C. RGB value is (239,216,92). Sum of RGB (Red+Green+Blue) = 239+216+92=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 92 (36.33% from 255 or 16.82% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD85C is #1027A3. Grayscale: #D1D1D1. Windows color (decimal): -1058724 or 6084847. OLE color: 6084847.

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

Color convert

RGB 239 216 92 -
CMYK 0 0.10 0.62 0.06
HSL 50.61º 0.82% 0.65% -
HSV(B) 50.61º 0.62% 0.94% -
XYZ 62.08 68.24 20.02 -
YUV 208.74 62.12 149.58 -
System Red Green Blue C M Y K H S L
Decimal 239 216 92 0 0.10 0.62 0.06 50.61 0.82 0.65
Hex EF D8 5C 0 A 3E 6 33 52 41
Octal 357 330 134 0 12 76 6 63 122 101
Binary 11101111 11011000 1011100 0 1010 111110 110 110011 1010010 1000001

Color Harmonies of #EFD85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD85C

Black with #EFD85C

Text Example


Text Example

White with #EFD85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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