Html Css Color HEX #EFD853 Portica

📋 copy color: '#EFD853'

red 239 ◦ green 216 ◦ blue 83

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

Shades of Portica #EFD853

Tints of Portica #EFD853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.43%

R = 44.42%
G = 40.15%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFD853 (or 0xEFD853) is known color: Portica. HEX triplet: EF, D8 and 53. RGB value is (239,216,83). Sum of RGB (Red+Green+Blue) = 239+216+83=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 83 (32.81% from 255 or 15.43% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD853 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD853 is #1027AC. Grayscale: #D0D0D0. Windows color (decimal): -1058733 or 5495023. OLE color: 5495023.

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

Color convert

RGB 239 216 83 -
CMYK 0 0.10 0.65 0.06
HSL 51.15º 0.83% 0.63% -
HSV(B) 51.15º 0.65% 0.94% -
XYZ 61.71 68.09 18.07 -
YUV 207.72 57.62 150.31 -
System Red Green Blue C M Y K H S L
Decimal 239 216 83 0 0.10 0.65 0.06 51.15 0.83 0.63
Hex EF D8 53 0 A 41 6 33 53 3F
Octal 357 330 123 0 12 101 6 63 123 77
Binary 11101111 11011000 1010011 0 1010 1000001 110 110011 1010011 111111

Color Harmonies of #EFD853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD853

Black with #EFD853

Text Example


Text Example

White with #EFD853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD853; }

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

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

background-color css

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

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

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

border-color css

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

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

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