Html Css Color HEX #EFD357 Portica

📋 copy color: '#EFD357'

red 239 ◦ green 211 ◦ blue 87

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

Shades of Portica #EFD357

Tints of Portica #EFD357

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.29%

 BLUE value IS 87 (34.38% from 255) = 16.2%

R = 44.51%
G = 39.29%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFD357 (or 0xEFD357) is known color: Portica. HEX triplet: EF, D3 and 57. RGB value is (239,211,87). Sum of RGB (Red+Green+Blue) = 239+211+87=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 87 (34.38% from 255 or 16.20% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD357 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD357 is #102CA8. Grayscale: #CDCDCD. Windows color (decimal): -1060009 or 5755887. OLE color: 5755887.

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

Color convert

RGB 239 211 87 -
CMYK 0 0.12 0.64 0.06
HSL 48.95º 0.83% 0.64% -
HSV(B) 48.95º 0.64% 0.94% -
XYZ 60.61 65.63 18.49 -
YUV 205.24 61.28 152.08 -
System Red Green Blue C M Y K H S L
Decimal 239 211 87 0 0.12 0.64 0.06 48.95 0.83 0.64
Hex EF D3 57 0 C 40 6 31 53 40
Octal 357 323 127 0 14 100 6 61 123 100
Binary 11101111 11010011 1010111 0 1100 1000000 110 110001 1010011 1000000

Color Harmonies of #EFD357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD357

Black with #EFD357

Text Example


Text Example

White with #EFD357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD357; }

 p { color: rgb(239,211,87); }

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

background-color css

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

 a { background-color: rgb(239,211,87); }

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

border-color css

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

 span { border-color: rgb(239,211,87); }

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